diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 4c963ff..9f6aab4 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -9,7 +9,7 @@ const install = (Vue, vm) => { // 测试环境 // baseUrl: 'https://dianche.chuantewulian.cn/prod-api', // 俞山岛 - baseUrl: 'https://testzc.chuangtewl.com/prod-api', + baseUrl: 'https://zc.chuangtewl.com/prod-api', // baseUrl: 'http://47.120.68.19:8090', // baseUrl: 'http://192.168.2.20:8090', // 创特 diff --git a/page_Operator/order_Detail.vue b/page_Operator/order_Detail.vue index 99a572e..f2abbaf 100644 --- a/page_Operator/order_Detail.vue +++ b/page_Operator/order_Detail.vue @@ -8,7 +8,7 @@ - + {{typeReturn(orderInfo.status) }} diff --git a/pages.json b/pages.json index 87de44e..47990c9 100644 --- a/pages.json +++ b/pages.json @@ -176,9 +176,36 @@ + // ... 分包A的其他页面 + ] + }, + { + "root": "pages_withdraw", // 分包A的根目录 + "pages": [ + { + "path" : "withdraw", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + } + + + + + // ... 分包A的其他页面 ] } + // { + // "path" : "pages_tixian/withdraw", + // "style" : + // { + // "navigationBarTitleText" : "" + // } + // } ], // "tabBar": { diff --git a/pages_withdraw/withdraw.vue b/pages_withdraw/withdraw.vue new file mode 100644 index 0000000..0c8d0c1 --- /dev/null +++ b/pages_withdraw/withdraw.vue @@ -0,0 +1,25 @@ + + + + +