12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
- {
- "path" : "pages/addjk/activity",
- "style" :
- {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path": "pages/addjk/choice",
- "style": {
- "navigationBarTitleText": "选择素材"
- }
- },
- {
- "path": "pages/addjk/addActivity",
- "style": {
- "navigationBarTitleText": "新建活动"
- }
- },
- {
- "path": "pages/addjk/eadit",
- "style": {
- "navigationBarTitleText": "编辑内容"
- }
- },
- {
- "path": "pages/addjk/ckshop",
- "style": {
- "navigationBarTitleText": "选择门店"
- }
- },
- {
- "path": "pages/addjk/ckmusic",
- "style": {
- "navigationBarTitleText": "选择音乐"
- }
- },
- {
- "path": "pages/addjk/jkDetail",
- "style": {
- "navigationBarTitleText": "活动详情"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- },
- {
- "path": "pages/addjk/signJkDetail",
- "style": {
- "navigationBarTitleText": "报名详情",
- "enablePullDownRefresh": true
- }
- }
- // ,
- // {
- // "path" : "pages/addjk/activity",
- // "style" :
- // {
- // "navigationStyle": "custom",
- // "enablePullDownRefresh": true
- // }
-
- // }
-
- ,{
- "path" : "pages/addjk/statistics",
- "style" :
- {
- "navigationBarTitleText": "数据统计",
- "enablePullDownRefresh": true
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|