登录分包

This commit is contained in:
zhouyanli
2026-04-18 17:30:38 +08:00
parent 00e9de94f6
commit d18e5a3351

View File

@@ -1,32 +1,14 @@
{ {
"pages": [ "pages": [
// { {
// "path": "pages/navigation/navigation", "path": "pages/navigation/navigation",
// "style": { "style": {
// "navigationBarTitleText": "引导页", "navigationBarTitleText": "引导页",
// "navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
// "enablePullDownRefresh": false, "enablePullDownRefresh": false,
// "navigationStyle": "custom" "navigationStyle": "custom"
// } }
// }, },
// {
// "path": "pages/login/pwd-login",
// "style": {
// "navigationBarTitleText": "密码登录",
// "navigationBarTextStyle": "white",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/login/login",
// "style": {
// "navigationBarTitleText": "验证码登录",
// "navigationBarTextStyle": "white",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
{ {
"path": "pages/index/index", "path": "pages/index/index",
@@ -61,6 +43,20 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{
"path": "pwd-login",
"style": {
"navigationBarTitleText": "账号密码登录",
"navigationStyle": "custom"
}
},
{
"path": "login",
"style": {
"navigationBarTitleText": "验证码登录",
"navigationStyle": "custom"
}
},
{ {
"path": "forget-pwd", "path": "forget-pwd",
"style": { "style": {
@@ -82,7 +78,8 @@
"pages": [{ "pages": [{
"path": "onlineRepair", "path": "onlineRepair",
"style": { "style": {
"navigationBarTitleText": "在线报修" "navigationBarTitleText": "在线报修",
"navigationStyle": "custom"
} }
}, },
{ {
@@ -128,7 +125,8 @@
"pages": [{ "pages": [{
"path": "visitor-list", "path": "visitor-list",
"style": { "style": {
"navigationBarTitleText": "访客邀请" "navigationBarTitleText": "访客邀请",
"navigationStyle": "custom"
} }
}, },
{ {