123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
- }
- },
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/tabbar/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登陆",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/tabbar/order/index",
- "style": {
- "navigationBarTitleText": "订单",
- "navigationStyle": "custom"
- }
- },
- {
- // "path": "pages/tabbar/user/index",
- "path": "pages/tabbar/newUser/index",
- "style": {
- "navigationBarTitleText": "个人中心",
- "navigationStyle": "custom"
- }
- }
- ],
- "subpackages":[
- {
- "root": "pages_module",
- "name":"pages_module",
- "pages":[
- {
- "path": "scanCode/index",
- "style": {
- "navigationBarTitleText": "扫码验劵",
- "enablePullDownRefresh": true,
- "navigationStyle":"custom"
- }
- },
- {
- "path": "scanCoupons/index",
- "style": {
- "navigationBarTitleText": "输码验劵",
- "enablePullDownRefresh": true,
- "navigationStyle":"custom"
- }
- },
- {
- "path": "orderVerifica/index",
- "style": {
- "navigationBarTitleText": "订单核销",
- "enablePullDownRefresh": true,
- "navigationStyle":"custom"
- }
- },
- {
- "path": "receiving/index",
- "style": {
- "navigationBarTitleText": "收款账户",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "bindingCard/index",
- "style": {
- "navigationBarTitleText": "绑定银行卡",
- "enablePullDownRefresh": false,
- "navigationStyle":"custom"
- }
- },
- {
- "path": "operateData/index",
- "style": {
- "navigationBarTitleText": "经营数据",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "financial/index",
- "style": {
- "navigationBarTitleText": "财务对账",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "withdrawal/index",
- "style": {
- "navigationBarTitleText": "提现申请",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "walSuccess/index",
- "style": {
- "navigationBarTitleText": "申请成功",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "privacy/index",
- "style": {
- "navigationBarTitleText": "用户隐私协议",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "root": "user_module",
- "name":"user_module",
- "pages":[
- {
- "path": "businessInfo/index",
- "style": {
- "navigationBarTitleText": "商家信息"
- }
- },
- {
- "path": "changeLogo/index",
- "style": {
- "navigationBarTitleText": "店铺LOGO",
- "navigationBarBackgroundColor":"#000",
- "navigationBarTextStyle":"white"
- }
- },
- {
- "path": "changeInfo/index",
- "style": {
- "navigationBarTitleText": "信息修改"
- }
- },
- {
- "path": "merchantCode/index",
- "style": {
- "navigationBarTitleText": "商家码",
- "navigationBarBackgroundColor":"#F7F7F7",
- "navigationBarTextStyle":"black"
- }
- },
- {
- "path": "codeDetail/index",
- "style": {
- "navigationBarTitleText": "商家码详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "changePassword/index",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "changeSuccess/index",
- "style": {
- "navigationBarTitleText": "修改成功"
- }
- },
- // {
- // "path": "myAccount/index",
- // "style": {
- // "navigationBarTitleText": "我的账户",
- // "navigationStyle":"custom"
- // }
- // },
- {
- "path": "balance/index",
- "style": {
- "navigationBarTitleText": "余额"
- }
- },
- {
- "path": "consumptionPrice/index",
- "style": {
- "navigationBarTitleText": "消费金"
- }
- },
- {
- "path": "voucherPrice/index",
- "style": {
- "navigationBarTitleText": "代金券"
- }
- },
- {
- "path": "platformBalance/index",
- "style": {
- "navigationBarTitleText": "平台余额"
- }
- },
- {
- "path": "commission/index",
- "style": {
- "navigationBarTitleText": "佣金"
- }
- },
- {
- "path": "memberManage/index",
- "style": {
- "navigationBarTitleText": "会员管理"
- }
- },
- {
- "path": "webview/index",
- "style": {
- "navigationBarTitleText": "官方客服",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "root": "order_module",
- "name":"order_module",
- "pages":[
- {
- "path": "orderDetail/index",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "searchOrder/index",
- "style": {
- "navigationBarTitleText": "订单搜索"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "borderStyle": "white",
- "backgroundColor": "white",
- "color": "#000",
- "selectedColor": "#ef530e",
- "list": [
- {
- "pagePath": "pages/tabbar/index/index",
- "text": "首页",
- "iconPath": "static/image/tab-icon/home.png",
- "selectedIconPath": "static/image/tab-icon/home-active.png"
- },
- {
- "pagePath": "pages/tabbar/order/index",
- "text": "订单",
- "iconPath": "static/image/tab-icon/order.png",
- "selectedIconPath": "static/image/tab-icon/order-active.png"
- },
- {
- // "pagePath": "pages/tabbar/user/index",
- "pagePath": "pages/tabbar/newUser/index",
- "text": "我的",
- "iconPath": "static/image/tab-icon/user.png",
- "selectedIconPath": "static/image/tab-icon/user-active.png"
- }
- ]
- },
- "uniIdRouter": {}
- }
|