123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path" : "pages/index/index",
- "style" :
- {
- "navigationBarTitleText": "问星数据-抖音版",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/live/live",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/brand/brand",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/goods/goods",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/mine/mine",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "subPackages":[{
- "root":"pages/subPackages",
- "pages":[
- {
- "path":"login/login",
- "style": {
- "navigationBarTitleText": "授权登录"
- }
- },{
- "path" : "liveDetail/liveDetail",
- "style" :{
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ]
- }],
- "tabBar": {
- "custom": true,
- "color": "#7A7E83",
- "selectedColor": "#007AFF",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "/static/tabBar/home.png",
- "selectedIconPath": "/static/tabBar/home_yes.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/live/live",
- "iconPath": "/static/tabBar/sphRank.png",
- "selectedIconPath": "/static/tabBar/sphRank_yes.png",
- "text": "直播"
- },
- {
- "pagePath": "pages/brand/brand",
- "iconPath": "/static/tabBar/live.png",
- "selectedIconPath": "/static/tabBar/live.png",
- "text": "品牌"
- },
- {
- "pagePath": "pages/goods/goods",
- "iconPath": "/static/tabBar/cyRank.png",
- "selectedIconPath": "/static/tabBar/cyRank_yes.png",
- "text": "商品"
- },
- {
- "pagePath": "pages/mine/mine",
- "iconPath": "/static/tabBar/wode.png",
- "selectedIconPath": "/static/tabBar/wode_yes.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "问星数据-抖音版",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- }
- }
|