123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- {
- // 如果您是通过uni_modules形式引入uView,可以忽略此配置
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/login",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/refund/refund",
- "style": {
- "navigationBarTitleText": "待处理退款",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/turnover/turnover",
- "style": {
- "navigationBarTitleText": "营业额",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/turnover/info",
- "style": {
- "navigationBarTitleText": "盈利明细",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/order/order",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/mine/editMine",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "修改信息"
- }
- }, {
- "path": "pages/order/info",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/Marketing/Marketing",
- "style": {
- "navigationBarTitleText": "营销设置",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/order/transport",
- "style": {
- "navigationBarTitleText": "运送详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/Marketing/coupon",
- "style": {
- "navigationBarTitleText": "优惠券",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }
- , {
- "path": "pages/Marketing/vipers",
- "style": {
- "navigationBarTitleText": "会员管理",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
-
- }, {
- "path": "pages/Delivery/Delivery",
- "style": {
- "navigationBarTitleText": "配送员管理",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/Delivery/create",
- "style": {
- "navigationBarTitleText": "添加配送员",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/order/perfect",
- "style": {
- "navigationBarTitleText": "完善信息",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/order/video",
- "style": {
- "navigationBarTitleText": "上传运输视频",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/Delivery/location",
- "style": {
- "navigationBarTitleText": "配送区域",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/mine/mine",
- "style": {
- "navigationBarTitleText": "我的钱包",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/mine/password",
- "style": {
- "navigationBarTitleText": "修改密码",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }, {
- "path": "pages/mine/Withdrawal",
- "style": {
- "navigationBarTitleText": "提现",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- }
- ,{
- "path" : "pages/order/settle",
- "style" :
- {
- "navigationBarTitleText": "申请结算",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
-
- }
- ,{
- "path" : "pages/webview/webview",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|