You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
153 lines
3.9 KiB
153 lines
3.9 KiB
{ |
|
"easycom": { |
|
"^betone-(.*)": "@/common/betone_components/betone-$1.vue" |
|
}, |
|
"tabBar": { |
|
"list": [ |
|
{ |
|
"pagePath": "pages/home/index", |
|
"text": "客户订单" |
|
}, |
|
{ |
|
"pagePath": "pages/home/feedList", |
|
"text": "售后订单" |
|
} |
|
] |
|
}, |
|
"pages": [ |
|
{ |
|
"path": "pages/home/index", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"navigationBarTextStyle": "white", |
|
"enablePullDownRefresh":true |
|
} |
|
}, |
|
{ |
|
"path": "pages/home/feedList", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"navigationBarTextStyle": "white", |
|
"enablePullDownRefresh":true |
|
} |
|
} |
|
], |
|
"subPackages": [ |
|
{ |
|
"root": "pages/login", |
|
"pages": [ |
|
{ |
|
"path": "login", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"navigationBarTextStyle": "white" |
|
} |
|
} |
|
] |
|
}, |
|
{ |
|
"root": "pages/feedback", |
|
"pages": [ |
|
{ |
|
"path": "feedback", |
|
"style": { |
|
"navigationBarTitleText": "售后", |
|
"enablePullDownRefresh": false, |
|
"navigationBarTextStyle": "black", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"app-plus": { |
|
"titleNView": {} |
|
} |
|
} |
|
}, |
|
{ |
|
"path": "detail", |
|
"style": { |
|
"navigationBarTitleText": "售后详情", |
|
"enablePullDownRefresh": false, |
|
"navigationBarTextStyle": "black", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"app-plus": { |
|
"titleNView": {} |
|
} |
|
} |
|
}, |
|
{ |
|
"path": "list", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"navigationBarTextStyle": "white", |
|
"enablePullDownRefresh":true |
|
} |
|
} |
|
] |
|
}, |
|
{ |
|
"root": "pages/commodity", |
|
"pages": [ |
|
{ |
|
"path": "commodity", |
|
"style": { |
|
"navigationBarTitleText": "商品列表", |
|
"enablePullDownRefresh": false, |
|
"navigationBarTextStyle": "black", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"app-plus": { |
|
"titleNView": {} |
|
} |
|
} |
|
}, |
|
{ |
|
"path": "addOrder", |
|
"style": { |
|
"navigationBarTitleText": "新增订单", |
|
"enablePullDownRefresh": false, |
|
"navigationBarTextStyle": "black", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"app-plus": { |
|
"titleNView": {} |
|
} |
|
} |
|
}, |
|
{ |
|
"path": "orderDetail", |
|
"style": { |
|
"navigationBarTitleText": "订单详情", |
|
"enablePullDownRefresh": false, |
|
"navigationBarTextStyle": "black", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"app-plus": { |
|
"titleNView": {} |
|
} |
|
} |
|
} |
|
] |
|
}, |
|
{ |
|
"root": "pages/register", |
|
"pages": [ |
|
{ |
|
"path": "index", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"navigationBarTextStyle": "white" |
|
} |
|
}, |
|
{ |
|
"path": "registerSuccess", |
|
"style": { |
|
"navigationStyle": "custom", |
|
"navigationBarTextStyle": "white" |
|
} |
|
} |
|
] |
|
} |
|
], |
|
"globalStyle": { |
|
"navigationStyle": "default", |
|
"navigationBarTextStyle": "black", |
|
"navigationBarTitleText": "科研医疗建筑运维平台", |
|
"navigationBarBackgroundColor": "#FFFFFF", |
|
"backgroundColor": "#fff" |
|
} |
|
} |