|
|
@@ -5,7 +5,13 @@
|
|
|
},
|
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
-
|
|
|
+ {
|
|
|
+ "path": "pages/login/login",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
@@ -44,13 +50,7 @@
|
|
|
"enablePullDownRefresh" : false
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- "path": "pages/login/login",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
"path" : "pages/register/register",
|
|
|
"style" :
|