From 4ecac6682691851f6a11b50e8ddf5ceae41de5f9 Mon Sep 17 00:00:00 2001 From: ch Date: Thu, 21 Apr 2022 18:09:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/utils/requset.js | 6 ++-- components/UiCopy.vue | 34 +++++++++++++++++++ components/UiMoney.vue | 4 ++- pages/cart/cart.vue | 3 +- pages/order/detail/components/Operation.vue | 2 +- pages/order/detail/components/OrderInfo.vue | 35 +++++++++++++++++--- pages/order/detail/components/StatusTips.vue | 5 +-- pages/order/list.vue | 4 +-- 8 files changed, 78 insertions(+), 15 deletions(-) create mode 100644 components/UiCopy.vue diff --git a/common/utils/requset.js b/common/utils/requset.js index c8d2857..07d268d 100644 --- a/common/utils/requset.js +++ b/common/utils/requset.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-17 17:42:32 * @LastEditors: ch - * @LastEditTime: 2022-04-21 16:02:45 + * @LastEditTime: 2022-04-21 17:20:17 * @Description: 项目接口请求统一处理器,返回一个需要token和不需要token的请求封装方法 */ @@ -11,8 +11,8 @@ import $store from '@/common/store'; const ENV = 'test'; const BASE_URL = { - 'test' : 'http://k8s-horse-gateway.mashibing.cn', - // 'test' : '', + // 'test' : 'http://k8s-horse-gateway.mashibing.cn', + 'test' : '', 'release' : '', 'prod' : '' }; diff --git a/components/UiCopy.vue b/components/UiCopy.vue new file mode 100644 index 0000000..7555f2a --- /dev/null +++ b/components/UiCopy.vue @@ -0,0 +1,34 @@ + + + + \ No newline at end of file diff --git a/components/UiMoney.vue b/components/UiMoney.vue index 3175efe..2f26c68 100644 --- a/components/UiMoney.vue +++ b/components/UiMoney.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-04-21 09:54:15 * @LastEditors: ch - * @LastEditTime: 2022-04-21 15:41:48 + * @LastEditTime: 2022-04-21 17:44:58 * @Description: file content -->