From 4be8749cf572f025f7b16729fffcc483b95bf328 Mon Sep 17 00:00:00 2001 From: anonymous Date: Sat, 11 Jan 2025 11:11:56 +0800 Subject: [PATCH] fix: bug --- src/pages.json | 6 +++--- src/pages/edit-password/index.vue | 2 +- src/pages/login/index.vue | 2 +- src/pages/register/index.vue | 4 ++-- src/utils/index.ts | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages.json b/src/pages.json index 17f98ee..ceaefd8 100644 --- a/src/pages.json +++ b/src/pages.json @@ -65,7 +65,7 @@ "navigationBarTitleText": "忘记密码", "navigationStyle": "custom" }, - "notNeedLogin": false + "notNeedLogin": true }, { "path": "pages/invest/index", @@ -91,7 +91,7 @@ "navigationBarTitleText": "登录", "navigationStyle": "custom" }, - "notNeedLogin": false + "notNeedLogin": true }, { "path": "pages/my/index", @@ -108,7 +108,7 @@ "navigationBarTitleText": "注册", "navigationStyle": "custom" }, - "notNeedLogin": false + "notNeedLogin": true } ], "subPackages": [ diff --git a/src/pages/edit-password/index.vue b/src/pages/edit-password/index.vue index bad789a..fc6b864 100644 --- a/src/pages/edit-password/index.vue +++ b/src/pages/edit-password/index.vue @@ -4,7 +4,7 @@ navigationBarTitleText: '忘记密码', navigationStyle: 'custom', }, - notNeedLogin: false, + notNeedLogin: true, }