|
|
@@ -9,14 +9,8 @@ function resolve(dir) {
|
|
|
return path.join(__dirname, dir);
|
|
|
}
|
|
|
|
|
|
-let hostUrl = ``;
|
|
|
-if(process.env.NODE_ENV == 'development'){
|
|
|
- hostUrl = `http://img.huaml.com/`;
|
|
|
-}else if(process.env.NODE_ENV == 'local'){
|
|
|
- hostUrl = `http://img.huaml.com/`;
|
|
|
-}else{
|
|
|
- hostUrl = `https://img.huaml.com/`;
|
|
|
-}
|
|
|
+let hostUrl = 'https://img.huaml.com/';
|
|
|
+
|
|
|
const cdn = {
|
|
|
dev: {
|
|
|
css: [`${hostUrl}cdn/element-ui/2.13.0/theme-chalk/index.css`]
|