1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "问星数据-视频号"
- }
- }
- ,{
- "path" : "pages/extension/extension",
- "style" :
- {
- "navigationStyle":"custom",
- "navigationBarTitleText": "问星数据-视频号",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/sphRank/sphRank",
- "style" :
- {
- "navigationStyle":"custom",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#2562FF",
- "navigationBarTitleText": "视频号榜单",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/live/live",
- "style" :
- {
- "navigationStyle":"custom",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#2562FF",
- "navigationBarTitleText": "直播大厅",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/cyRank/cyRank",
- "style" :
- {
- "navigationStyle":"custom",
- "navigationBarTitleText": "创意中心",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/mine/mine",
- "style" :
- {
- "navigationStyle":"custom",
- "navigationBarTitleText": "问星数据 - 视频号",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- // "navigationStyle":"custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "问星数据-视频号",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "autoscan":true
- }
- }
|