From d58fcb0dbdea486e8529ded60e8216a681906069 Mon Sep 17 00:00:00 2001 From: ch Date: Thu, 5 May 2022 16:21:36 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/utils/requset.js | 4 ++-- pages/goods/detail/index.vue | 4 +++- pages/goods/list/index.vue | 6 +++--- unpackage/dist/build/h5/index.html | 2 +- .../h5/static/js/{index.a36182e5.js => index.68981141.js} | 2 +- .../build/h5/static/js/pages-goods-detail-index.4cd17cda.js | 1 - .../build/h5/static/js/pages-goods-detail-index.6ad00af4.js | 1 + .../build/h5/static/js/pages-goods-list-index.5861bab1.js | 1 - .../build/h5/static/js/pages-goods-list-index.a3d62af2.js | 1 + ...fo.50c5db4b.js => pages-order-logisitcsInfo.d399ef1e.js} | 2 +- 10 files changed, 13 insertions(+), 11 deletions(-) rename unpackage/dist/build/h5/static/js/{index.a36182e5.js => index.68981141.js} (99%) delete mode 100644 unpackage/dist/build/h5/static/js/pages-goods-detail-index.4cd17cda.js create mode 100644 unpackage/dist/build/h5/static/js/pages-goods-detail-index.6ad00af4.js delete mode 100644 unpackage/dist/build/h5/static/js/pages-goods-list-index.5861bab1.js create mode 100644 unpackage/dist/build/h5/static/js/pages-goods-list-index.a3d62af2.js rename unpackage/dist/build/h5/static/js/{pages-order-logisitcsInfo.50c5db4b.js => pages-order-logisitcsInfo.d399ef1e.js} (52%) diff --git a/common/utils/requset.js b/common/utils/requset.js index 29f80f9..1e019d0 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-29 22:34:28 + * @LastEditTime: 2022-05-05 16:12:09 * @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/goods/detail/index.vue b/pages/goods/detail/index.vue index 02ddfe0..912ab8a 100644 --- a/pages/goods/detail/index.vue +++ b/pages/goods/detail/index.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-23 17:27:21 * @LastEditors: ch - * @LastEditTime: 2022-05-03 13:28:18 + * @LastEditTime: 2022-05-05 16:14:29 * @Description: file content -->