12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
-
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "enablePullDownRefresh": true
- }
- },
-
- {
- "path": "pages/loginOutTip/loginOutTip",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/boundPhone/boundPhone",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationStyle": "default"
- }
- },
-
- {
- "path": "pages/course/list",
- "style": {
- "navigationStyle": "custom"
- }
- },
-
- {
- "path": "pages/certificate/notice",
- "style": {}
- },
-
- {
- "path": "pages/signup/signup",
- "style": {}
- },
- {
- "path": "pages/boundPhone/agreement",
- "style": {
- "navigationBarTitleText": "服务协议",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/index/upgrade",
- "style": {
- "navigationBarTitleText": "系统升级",
- "enablePullDownRefresh": false
- }
- },
-
- {
- "path": "pages/index/jurisdiction",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
-
- {
- "path" : "pages/information/information",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- },
- "condition": {
- "current": 0,
- "list": [
-
-
-
-
-
- {
- "name": "",
- "path": "pages/index/index",
- "query": ""
- }
- ]
-
- }
- }
|