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:
parent
730b01befc
commit
178900c662
@ -1 +1 @@
|
|||||||
PUBLIC_PATH=https://static.imonkey.xueersi.com/vue-creater-platform/
|
PUBLIC_PATH=https://static.imonkey.xueersi.com/vue-code-creater/
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user