From 3cb7b4e318a43eac8167f26c1cb6ffec8f0630da Mon Sep 17 00:00:00 2001 From: tx <2622874537@qq.com> Date: Fri, 18 Oct 2024 18:03:37 +0800 Subject: [PATCH] 111 --- common/http.interceptor.js | 2 +- page_Operator/order_Detail.vue | 2 +- pages.json | 27 +++++++++++++++++++++++++++ pages_withdraw/withdraw.vue | 25 +++++++++++++++++++++++++ 4 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 pages_withdraw/withdraw.vue 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 @@ + + + + +