From 178900c662882982218796359f1f31d02a7fa78c Mon Sep 17 00:00:00 2001 From: shangbin Date: Tue, 19 Oct 2021 20:14:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2public=5Fpath?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/utils/params.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index e588c8a..d53cff3 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -PUBLIC_PATH=https://static.imonkey.xueersi.com/vue-creater-platform/ \ No newline at end of file +PUBLIC_PATH=https://static.imonkey.xueersi.com/vue-code-creater/ \ No newline at end of file diff --git a/src/utils/params.js b/src/utils/params.js index 1aa19af..d04db44 100644 --- a/src/utils/params.js +++ b/src/utils/params.js @@ -2,8 +2,8 @@ import qs from 'query-string'; import deepmerge from 'deepmerge'; const DEFAULT_PARAMS = { - pkgs: ['https://static.imonkey.xueersi.com/vue-creater-platform/resource/vue.js', 'https://static.imonkey.xueersi.com/vue-creater-platform/resource/element-ui/index.js'], - css: ['https://static.imonkey.xueersi.com/vue-creater-platform/resource/element-ui/index.css'], + pkgs: ['https://static.imonkey.xueersi.com/vue-code-creater/resource/vue.js', 'https://static.imonkey.xueersi.com/vue-code-creater/resource/element-ui/index.js'], + css: ['https://static.imonkey.xueersi.com/vue-code-creater/resource/element-ui/index.css'], }; let params = DEFAULT_PARAMS;