diff --git a/src/manifest.json b/src/manifest.json index f9f59b4..78df3e2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -51,21 +51,21 @@ "mp-weixin": { "appid": "wxa8f5989dcd45cc23", "setting": { - "urlCheck": false + "urlCheck": false, + "minified": true, + "uglifyFileName": true, + "useCompilerModule": true, + "useIsolateContext": true }, + "lazyCodeLoading": "requiredComponents", "usingComponents": true, "darkmode": true, "themeLocation": "theme.json", - "permission": {} - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "vueVersion": "3" + "permission": { + "scope.userInfo": { + "desc": "用于完善用户资料" + } + }, + "requiredPrivateInfos": ["getLocation", "chooseLocation"] + } } diff --git a/src/pages.json b/src/pages.json index 89dcf69..29f02cb 100644 --- a/src/pages.json +++ b/src/pages.json @@ -24,12 +24,6 @@ "navigationBarTitleText": "用户信息" } }, - { - "path": "pages/login", - "style": { - "navigationBarTitleText": "登录" - } - }, { "path": "pages/orders", "style": { diff --git a/src/pages/login.vue b/src/pages/login.vue deleted file mode 100644 index 0bd0409..0000000 --- a/src/pages/login.vue +++ /dev/null @@ -1,122 +0,0 @@ - - - - - diff --git a/src/static/login-bg.png b/src/static/login-bg.png deleted file mode 100644 index 1183219..0000000 Binary files a/src/static/login-bg.png and /dev/null differ