去除主页内容直接跳转map

This commit is contained in:
lnljyang
2026-01-07 12:15:24 +08:00
parent 82b8d21506
commit de046f3c01
5 changed files with 4 additions and 60 deletions

View File

@@ -71,7 +71,7 @@ export default {
},
computed: {
current() {
return this.$store.state.current || "index";
return this.$store.state.current || "map";
},
_userInfo() {
console.log("---------------------");

View File

@@ -2,7 +2,7 @@
<view class="content showMap">
<u-toast ref="uToast"></u-toast>
<h5>业务菜单{{ _isOnline ? "" : "(当前接口为测试环境)" }}</h5>
<view class="menuList">
<view class="menuList" v-if="false">
<view
class="menuItem"
@tap="goto('/pages/standbyVehicle/index')"
@@ -241,7 +241,7 @@
</view>
</view>
<h5>BI报表</h5>
<view class="menuList">
<view class="menuList" v-if="false">
<view class="menuItem" @tap="gotoBi('car')" v-if="carBiPage">
<view class="menuContent"
><view class="text">车辆统计</view>

View File

@@ -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();

View File

@@ -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"
}

View File

@@ -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
}
}