123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index",
- "style": {
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "靖润物流",
- "navigationBarBackgroundColor": "#FFFFFF"
-
- }
- },
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationBarBackgroundColor": "#3A63CF",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark"
- }
- },
- {
- "path": "pages/home/myorder/index",
- "style": {
- "navigationBarTitleText": "我的订单",
- "navigationBarBackgroundColor": "#3A63CF",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/myorder/orderDetails/index",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationBarBackgroundColor": "#3A63CF",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/myorder/operation/index",
- "style": {
- "navigationBarBackgroundColor": "#3A63CF",
- "navigationBarTextStyle": "white"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "靖润物流",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|