| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登陆"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/login/register",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- },
- "navigationBarRightButton": {
- "hide": true
- }
- }
- ,
- {
- "path": "pages/login/forget",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- }
- ,
- {
- "path": "pages/login/await-audit",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "condition": {
- "current": 0,
- "list": [
- {
- "name": "注册",
- "path": "pages/login/register",
- "query": ""
- }]
- }
- }
|