123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- {
- "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/home/living",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/list/index",
- "style": {
- "navigationBarTitleText": "直播列表",
- "navigationBarTextStyle": "black",
- "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/auth/login",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- },{
- "path": "pages/auth/findpass",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- },{
- "path": "pages/auth/h5WxLogin",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- },{
- "path": "pages/auth/loginIndex",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- },{
- "path": "pages/auth/register",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none"
- }
- }
- }
- ],
- "subPackages": [{
- "root": "pages_shop",
- "pages": [{
- "path": "cart",
- "style": {
- "navigationBarTitleText": "购物车",
- "app-plus": {
- "titleNView": false
- }
- }
- }, {
- "path": "goods",
- "style": {
- "navigationBarTitleText": "商品详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "store",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "order",
- "style": {
- "navigationBarTitleText": "我的订单",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "bounce": "none"
- }
- }
- }, {
- "path": "confirmCreateOrder",
- "style": {
- "navigationBarTitleText": "确认订单",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "paymentOrder",
- "style": {
- "navigationBarTitleText": "支付订单",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "confirmPackageOrder",
- "style": {
- "navigationBarTitleText": "确认支付",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "bounce": "none"
- }
- }
- }, {
- "path": "success",
- "style": {
- "navigationBarTitleText": "支付成功",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "bounce": "none"
- }
- }
- }
- ]
- },{
- "root": "pages_user",
- "pages": [{
- "path": "address",
- "style": {
- "navigationBarTitleText": "收货地址",
- "app-plus": {
- "titleNView": false
- }
- }
- }, {
- "path": "addAddress",
- "style": {
- "navigationBarTitleText": "新建收货地址",
- "navigationBarTextStyle": "black",
- "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": "我的"
- }
- ]
- }
- }
|