From 080091ffeaa526d273fbdb22cb0436cd3395dcb4 Mon Sep 17 00:00:00 2001 From: ch Date: Fri, 29 Apr 2022 00:28:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BA=A7=E5=93=81=E6=8F=90?= =?UTF-8?q?=E5=87=BA=E7=9A=84=E4=B8=80=E4=BA=9B=E9=97=AE=E9=A2=98=E5=92=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/utils/requset.js | 4 +- pages/account/address/list.vue | 7 +- pages/cart/components/PageCtx.vue | 11 +- .../goods/detail/components/SkuPopup copy.vue | 368 ---------- pages/goods/detail/components/SkuPopup.vue | 5 +- .../detail/components/SkuPopup_copy2.vue | 668 ------------------ pages/index/components/Banner.vue | 4 +- pages/index/index.vue | 3 +- pages/login.vue | 5 +- 9 files changed, 23 insertions(+), 1052 deletions(-) delete mode 100644 pages/goods/detail/components/SkuPopup copy.vue delete mode 100644 pages/goods/detail/components/SkuPopup_copy2.vue diff --git a/common/utils/requset.js b/common/utils/requset.js index 4e6fb3d..aade08c 100644 --- a/common/utils/requset.js +++ b/common/utils/requset.js @@ -2,14 +2,14 @@ * @Author: ch * @Date: 2022-03-17 17:42:32 * @LastEditors: ch - * @LastEditTime: 2022-04-28 17:04:33 + * @LastEditTime: 2022-04-29 00:08:56 * @Description: 项目接口请求统一处理器,返回一个需要token和不需要token的请求封装方法 */ import MsbUniRequest from '@/common/plugins/msbUniRequest'; import $store from '@/common/store'; -const ENV = 'prod'; +const ENV = 'test'; const BASE_URL = { 'test' : 'https://k8s-horse-gateway.mashibing.cn', 'dev' : '', diff --git a/pages/account/address/list.vue b/pages/account/address/list.vue index 046cfad..5d04fe2 100644 --- a/pages/account/address/list.vue +++ b/pages/account/address/list.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-22 13:54:15 * @LastEditors: ch - * @LastEditTime: 2022-04-22 21:23:54 + * @LastEditTime: 2022-04-29 00:26:44 * @Description: file content -->