|
@@ -4,23 +4,23 @@
|
|
},
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
{
|
|
- "path": "pages/login/login",
|
|
|
|
|
|
+ "path": "pages/index/index", // 待清运
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "登录"
|
|
|
|
|
|
+ "navigationBarTitleText": "待清运清单",
|
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
|
+ "navigationStyle": "custom"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/login/pwLogin",
|
|
|
|
|
|
+ "path": "pages/login/login",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "密码登录"
|
|
|
|
|
|
+ "navigationBarTitleText": "登录"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/index/index", // 待清运
|
|
|
|
|
|
+ "path": "pages/login/pwLogin",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "待清运清单",
|
|
|
|
- "enablePullDownRefresh": false,
|
|
|
|
- "navigationStyle": "custom"
|
|
|
|
|
|
+ "navigationBarTitleText": "密码登录"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|