登录分包

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