| | |
| | | "easycom": { |
| | | "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" |
| | | }, |
| | | "pages": [{ |
| | | "pages": [
|
| | | // #ifdef PUB_CUSTOMER |
| | | {
|
| | | "path": "pages/home/home",
|
| | | "style": {
|
| | | "navigationBarTitleText": "首页",
|
| | | "enablePullDownRefresh": true,
|
| | | "navigationStyle": "custom"
|
| | | }
|
| | |
|
| | | },
|
| | | // #endif |
| | | {
|
| | | "path": "pages/login/supplier-login", |
| | | "style": { |
| | | "navigationBarTitleText": "登录", |
| | |
| | | "navigationStyle": "custom" |
| | | } |
| | | |
| | | }, { |
| | | },
|
| | | {
|
| | | "path": "pages/user/supplier-user", |
| | | "style": { |
| | | "navigationBarTitleText": "我的", |
| | |
| | | }, |
| | | { |
| | | "path" : "pages/user/user-pwd/user-pwd", |
| | | "style" : |
| | | { |
| | | "style": {
|
| | | "navigationBarTitleText" : "修改密码", |
| | | "enablePullDownRefresh" : false |
| | | } |
| | |
| | | "path": "order-records/order-records", |
| | | "style": { |
| | | "navigationBarTitleText": "扣款记录", |
| | | "enablePullDownRefresh": false, |
| | | "enablePullDownRefresh": true,
|
| | | "navigationBarBackgroundColor": "#E6F2EB" |
| | | |
| | | } |
| | |
| | | }, |
| | | { |
| | | "path" : "protocol", |
| | | "style" : |
| | | { |
| | | "style": {
|
| | | "navigationBarTitleText" : "协议", |
| | | "enablePullDownRefresh" : false |
| | | } |
| | |
| | | "root": "sub_pages/partner", |
| | | "pages": [{ |
| | | "path" : "order-manage/order-manage", |
| | | "style" : |
| | | { |
| | | "style": {
|
| | | "navigationBarTitleText" : "订单管理", |
| | | "enablePullDownRefresh" : false |
| | | "enablePullDownRefresh": true
|
| | | } |
| | | }, |
| | | { |
| | | "path" : "markup-config/markup-config", |
| | | "style" : |
| | | { |
| | | "style": {
|
| | | "navigationBarTitleText" : "加价配置", |
| | | "enablePullDownRefresh" : false |
| | | "enablePullDownRefresh": true
|
| | | }
|
| | | }
|
| | |
|
| | | ]
|
| | | }, {
|
| | | "root": "sub_pages/customer",
|
| | | "pages": [{
|
| | | "path": "trade/trade",
|
| | | "style": {
|
| | | "navigationBarTitleText": "交易大厅",
|
| | | "enablePullDownRefresh": true
|
| | | }
|
| | | },
|
| | | {
|
| | | "path": "shopping/shopping",
|
| | | "style": {
|
| | | "navigationBarTitleText": "购物车",
|
| | | "enablePullDownRefresh": true
|
| | | } |
| | | } |
| | | |