From 2a1687c0cc82910b01a4fd260ff376d0ab52a8da Mon Sep 17 00:00:00 2001 From: sunnie <406803045@qq.com> Date: Wed, 29 Apr 2020 11:07:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/env.development.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/env.development.js b/src/config/env.development.js index 1b49bd9..13c2f3c 100644 --- a/src/config/env.development.js +++ b/src/config/env.development.js @@ -2,7 +2,7 @@ module.exports = { title: 'vue-h5-template', baseUrl: 'http://localhost:9018', // 项目地址 - baseApi: 'https://test.xxx.com/api', // 本地api请求地址 + baseApi: 'https://test.xxx.com/api', // 本地api请求地址,注意:如果你使用了代理,请设置成'/' APPID: 'xxx', APPSECRET: 'xxx', $cdn:'https://imgs.solui.cn'