From 4a836815f12e8ba717702cc8ed431e1b4f96134c Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 25 四月 2025 13:55:34 +0800
Subject: [PATCH] 新增内部线索相关管理逻辑

---
 src/main.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main.js b/src/main.js
index 4ff35b4..24d614c 100644
--- a/src/main.js
+++ b/src/main.js
@@ -4,6 +4,7 @@
 import { createPinia } from 'pinia';
 import App from './App.vue';
 import { createMap } from './components/map/baseMap';
+import { tf, nf } from './utils/textFormat';
 
 import * as ElementPlusIconsVue from '@element-plus/icons-vue';
 import 'element-plus/theme-chalk/src/overlay.scss';
@@ -20,6 +21,8 @@
 
 // 楂樺痉鍦板浘鍒濆鍖�
 createMap('container');
-
+// 鎸傝浇鏃堕棿鏍煎紡鍖栧嚱鏁拌嚦鍏ㄥ眬
+app.config.globalProperties.$tf = tf;
+app.config.globalProperties.$nf = nf;
 
 app.use(createPinia()).mount('#app');

--
Gitblit v1.9.3