From de046f3c01d9198348bec06e0a6d3bba2cbeee10 Mon Sep 17 00:00:00 2001 From: lnljyang <506960565@qq.com> Date: Wed, 7 Jan 2026 12:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=B8=BB=E9=A1=B5=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E7=9B=B4=E6=8E=A5=E8=B7=B3=E8=BD=ACmap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tabBar/tabBar.vue | 2 +- pages/index/index.vue | 4 ++-- pages/map/index.vue | 1 + project.config.json | 35 ----------------------------------- project.private.config.json | 22 ---------------------- 5 files changed, 4 insertions(+), 60 deletions(-) delete mode 100644 project.config.json delete mode 100644 project.private.config.json diff --git a/components/tabBar/tabBar.vue b/components/tabBar/tabBar.vue index 00c3b17..8da9791 100644 --- a/components/tabBar/tabBar.vue +++ b/components/tabBar/tabBar.vue @@ -71,7 +71,7 @@ export default { }, computed: { current() { - return this.$store.state.current || "index"; + return this.$store.state.current || "map"; }, _userInfo() { console.log("---------------------"); diff --git a/pages/index/index.vue b/pages/index/index.vue index e729822..de3f7de 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,7 +2,7 @@
业务菜单{{ _isOnline ? "" : "(当前接口为测试环境)" }}
- +
BI报表
- + 车辆统计 diff --git a/pages/map/index.vue b/pages/map/index.vue index e942e49..bb7d3a1 100644 --- a/pages/map/index.vue +++ b/pages/map/index.vue @@ -661,6 +661,7 @@ export default { onPullDownRefresh(event) {}, mounted() { console.log("mounted"); + this.$store.state.current = "map"; this.sectionChange(this.current); this.getOrgList(); this.getAreaList(); diff --git a/project.config.json b/project.config.json deleted file mode 100644 index 503790a..0000000 --- a/project.config.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "setting": { - "es6": true, - "postcss": true, - "minified": true, - "uglifyFileName": false, - "enhance": true, - "packNpmRelationList": [], - "babelSetting": { - "ignore": [], - "disablePlugins": [], - "outputPath": "" - }, - "useCompilerPlugins": false, - "minifyWXML": true, - "compileWorklet": false, - "uploadWithSourceMap": true, - "packNpmManually": false, - "minifyWXSS": true, - "localPlugins": false, - "disableUseStrict": false, - "condition": false, - "swc": false, - "disableSWC": true - }, - "compileType": "miniprogram", - "simulatorPluginLibVersion": {}, - "packOptions": { - "ignore": [], - "include": [] - }, - "appid": "wx4438f1a71e030de0", - "editorSetting": {}, - "libVersion": "3.13.0" -} \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json deleted file mode 100644 index 59a4e45..0000000 --- a/project.private.config.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "libVersion": "3.13.0", - "projectname": "gjt_mini", - "setting": { - "urlCheck": false, - "coverView": true, - "lazyloadPlaceholderEnable": false, - "skylineRenderEnable": false, - "preloadBackgroundData": false, - "autoAudits": false, - "showShadowRootInWxmlPanel": true, - "compileHotReLoad": true, - "useApiHook": true, - "useApiHostProcess": true, - "useStaticServer": false, - "useLanDebug": false, - "showES6CompileOption": false, - "checkInvalidKey": true, - "ignoreDevUnusedFiles": true, - "bigPackageSizeSupport": false - } -} \ No newline at end of file