1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-06-06 13:04:05 +08:00

更换public_path

This commit is contained in:
shangbin 2021-10-19 20:14:45 +08:00
parent 730b01befc
commit 178900c662
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
PUBLIC_PATH=https://static.imonkey.xueersi.com/vue-creater-platform/ PUBLIC_PATH=https://static.imonkey.xueersi.com/vue-code-creater/

View File

@ -2,8 +2,8 @@ import qs from 'query-string';
import deepmerge from 'deepmerge'; import deepmerge from 'deepmerge';
const DEFAULT_PARAMS = { 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'], 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-creater-platform/resource/element-ui/index.css'], css: ['https://static.imonkey.xueersi.com/vue-code-creater/resource/element-ui/index.css'],
}; };
let params = DEFAULT_PARAMS; let params = DEFAULT_PARAMS;