| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "登陆首页",
- "enablePullDownRefresh": false,
- "app-plus": {
- "subNVues": [
- {
- "id": "loginContent",
- "path": "pages/login/model/loginContent",
- "style": {
- "position": "absolute",
- "top": "0",
- "bottom": "0",
- "left": "0",
- "right": "0",
- "background": "transparent"
- }
- }
- ]
- }
- }
- },
- {
- "path": "pages/text/index",
- "style": {
- "navigationBarTitleText": "列表演示"
- }
- },
- {
- "path": "pages/login/model/loginContent",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/localPhoneLogin",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/otherPhoneLogin",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "condition": {
- "current": 0,
- "list": [
- {
- "name": "列表调试",
- "path": "pages/login/index",
- "query": ""
- }
- ]
- }
- }
|