12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "easycom": {
- "autoscan": true, //是否自动扫描组件
- "custom": {
- "^x-(.*)": "@/components/x-$1.vue", // 匹配components目录内的vue文件
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- }
- },
- "pages": [{
- "path": "pages/indexRouter",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/login",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/codeLogin",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/register",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/home/particulars",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/order/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/order/delivery",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/order/orderDetails",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/order/quantum",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/order/addWaybill",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/mine/password",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/order/logisticsDetails",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/order/humiture",
- "style": {
- "navigationStyle": "custom"
- }
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|