提交对首页跳转登录页的问题

This commit is contained in:
2024-08-02 16:41:52 +08:00
parent 01e3d60b6c
commit 6f253ba5b9
7 changed files with 30 additions and 88 deletions

View File

@@ -6,11 +6,10 @@
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"ignoreDevUnusedFiles": false,
"minified": true,
"newFeature": false,
"coverView": true,
"nodeModules": false,
"nodeModules": true,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
@@ -19,14 +18,19 @@
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": true,
"packNpmRelationList": [
@@ -35,14 +39,8 @@
"miniprogramNpmDistDir": "./"
}
],
"minifyWXSS": true,
"showES6CompileOption": false,
"condition": false,
"compileWorklet": false,
"ignoreUploadUnusedFiles": false,
"useIsolateContext": true
"minifyWXSS": true
},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
@@ -51,5 +49,7 @@
"ignore": [],
"include": []
},
"appid": "wxb34b4e70f8a5c6f1"
"appid": "wxb34b4e70f8a5c6f1",
"projectname": "elec",
"condition": {}
}