|
|
|
@ -1,19 +1,18 @@ |
|
|
|
|
{ |
|
|
|
|
"pages": [ |
|
|
|
|
{ |
|
|
|
|
"path": "pages/login/login", |
|
|
|
|
"pages": [{ |
|
|
|
|
"path": "pages/index/index", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "登录", |
|
|
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
|
|
"navigationBarTitleText": "首页", |
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path": "pages/index/index", |
|
|
|
|
"path": "pages/login/login", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "首页", |
|
|
|
|
"navigationBarTitleText": "登录", |
|
|
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -24,50 +23,43 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/user/userxy/userxy", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText" : "" |
|
|
|
|
"path": "pages/user/userxy/userxy", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/user/portrait/portrait", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText" : "", |
|
|
|
|
"path": "pages/user/portrait/portrait", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "", |
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/mendainlist/mendainlist", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText" : "", |
|
|
|
|
"navigationStyle": "custom", |
|
|
|
|
"enablePullDownRefresh": true |
|
|
|
|
"path": "pages/mendainlist/mendainlist", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "", |
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/order/order", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText" : "", |
|
|
|
|
"path": "pages/order/order", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "", |
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/face/face", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText" : "", |
|
|
|
|
"path": "pages/face/face", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "", |
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path" : "pages/login/auth/auth", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
|
"navigationBarTitleText" : "" |
|
|
|
|
"path": "pages/login/auth/auth", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
@ -94,7 +86,6 @@ |
|
|
|
|
"navigationBarTextStyle": "#222222", |
|
|
|
|
"navigationBarTitleText": "uni-app", |
|
|
|
|
"navigationBarBackgroundColor": "#F8A617", |
|
|
|
|
"backgroundColor": "#55ff00", |
|
|
|
|
"app-plus": { |
|
|
|
|
"background": "#efeff4" |
|
|
|
|
} |
|
|
|
|