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 -->