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