123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- {
- "custom": {
- "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/index",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
-
- {
- "path": "pages/list/index",
- "style": {
- "navigationBarTitleText" : "",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path" : "pages/home/live",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- }, {
- "path" : "pages/games/index",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path" : "pages/home/living",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path" : "pages/login/login",
- "style" :
- {
- "navigationBarTitleText" : "",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "【S直播】",
- "navigationBarBackgroundColor": "#f5f5f5",
- "backgroundColor": "#f7f8fa"
- },
- "uniIdRouter": {},
- "tabBar": {
- "color": "#AEAEAE",
- "selectedColor": "#000000",
- "fontSize": "12px",
- "borderStyle": "black",
- "backgroundColor": "#fff",
- "list": [
- {
- "pagePath": "pages/list/index",
- "iconPath": "/static/tabBar/query.png",
- "selectedIconPath": "/static/tabBar/query_active.png",
- "text": "列表"
- },
- {
- "pagePath": "pages/games/index",
- "iconPath": "/static/tabBar/pulverize.png",
- "selectedIconPath": "/static/tabBar/pulverize_active.png",
- "text": "合同粉碎"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "/static/tabBar/user.png",
- "selectedIconPath": "/static/tabBar/user_active.png",
- "text": "我的"
- }
- ]
- }
- }
|