| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- {
- "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
- }
- },
- {
- "path": "pages/login/passLogin",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/forgetPass",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/perfect/sexAndAge",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/perfect/nickname",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/perfect/cards",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/text/tantan",
- "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": ""
- }
- ]
- }
- }
|