| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登陆"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/login/register",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/forget",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/await-audit",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/test/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "万汇融通云",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "condition": {
- "current": 0,
- "list": [
- {
- "name": "注册",
- "path": "pages/login/register",
- "query": ""
- },
- {
- "name": "审核",
- "path": "pages/login/await-audit",
- "query": ""
- },
- {
- "name": "测试页面",
- "path": "pages/test/index",
- "query": ""
- }
- ]
- }
- }
|