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;