From f1ebab4b9c468026d71d3572c06f5543097dbbd7 Mon Sep 17 00:00:00 2001 From: zhaochuanxin Date: Wed, 5 May 2021 10:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/env.production.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/env.production.js b/src/config/env.production.js index 60f3c64..f62e11b 100644 --- a/src/config/env.production.js +++ b/src/config/env.production.js @@ -1,8 +1,8 @@ // 正式 module.exports = { title: '徒步大会活动', - baseUrl: 'https://mall.xiangleba.com.cn', // 正式项目地址 - baseApi: 'https://mall.xiangleba.com.cn', // 正式api请求地址 + baseUrl: 'https://vall.xiangleba.com.cn', // 正式项目地址 + baseApi: 'https://vall.xiangleba.com.cn', // 正式api请求地址 APPID: 'xxx', APPSECRET: 'xxx', $cdn: 'https://www.sunniejs.cn/static'