|
|
@@ -1,5 +1,13 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
+ {
|
|
|
+ "path": "pages/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTextStyle": "black"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/index",
|
|
|
"style": {
|
|
|
@@ -11,14 +19,7 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- "path": "pages/login",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "登录",
|
|
|
- "navigationStyle": "custom",
|
|
|
- "navigationBarTextStyle": "black"
|
|
|
- }
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
"path": "pages/register",
|
|
|
"style": {
|
|
|
@@ -42,30 +43,30 @@
|
|
|
"navigationStyle": "custom",
|
|
|
"navigationBarTextStyle": "black"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/info",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "消息",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "none",
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/mine",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "none",
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
- // {
|
|
|
- // "path": "pages/info",
|
|
|
- // "style": {
|
|
|
- // "navigationBarTitleText": "消息",
|
|
|
- // "navigationStyle": "custom",
|
|
|
- // "enablePullDownRefresh": false,
|
|
|
- // "app-plus": {
|
|
|
- // "bounce": "none",
|
|
|
- // "titleNView": false
|
|
|
- // }
|
|
|
- // }
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "path": "pages/mine",
|
|
|
- // "style": {
|
|
|
- // "navigationBarTitleText": "我的",
|
|
|
- // "navigationStyle": "custom",
|
|
|
- // "app-plus": {
|
|
|
- // "bounce": "none",
|
|
|
- // "titleNView": false
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
|
|
|
],
|
|
|
"subPackages": [
|