|
@@ -5,7 +5,13 @@
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
-
|
|
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "pages/login/login",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText" : "登录",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"path": "pages/index/index",
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
"style": {
|
|
@@ -30,12 +36,6 @@
|
|
|
"navigationBarTitleText" : "找回密码",
|
|
"navigationBarTitleText" : "找回密码",
|
|
|
"enablePullDownRefresh" : false
|
|
"enablePullDownRefresh" : false
|
|
|
}
|
|
}
|
|
|
- }, {
|
|
|
|
|
- "path": "pages/login/login",
|
|
|
|
|
- "style": {
|
|
|
|
|
- "navigationBarTitleText" : "登录",
|
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
|
- }
|
|
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"path" : "pages/register/register",
|
|
"path" : "pages/register/register",
|