| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/privacyAgreement/index",
- "style": {
- "navigationBarTitleText": "用户隐私政策"
- }
- },
- {
- "path": "pages/userAgreement/index",
- "style": {
- "navigationBarTitleText": "用户服务协议"
- }
- }, {
- "path": "pages/register/index",
- "style": {
- "navigationBarTitleText": "邀请下载",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/downloadApp/index",
- "style": {
- "navigationBarTitleText": "APP下载",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/quickappPrivacy/index",
- "style" :
- {
- "navigationBarTitleText": "用户隐私政策",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- }
|