Commit d18d4bc9 authored by 刘怀志's avatar 刘怀志

icon乱码

parent 569ac9f3
...@@ -14,7 +14,7 @@ VUE_APP_BASE_API = 'https://med.imchong.cn:8091' ...@@ -14,7 +14,7 @@ VUE_APP_BASE_API = 'https://med.imchong.cn:8091'
VUE_APP_TEST_API = 'https://med.imchong.cn:9000' VUE_APP_TEST_API = 'https://med.imchong.cn:9000'
# A端前端地址 # A端前端地址
VUE_APP_WEB = 'https://med.imchong.cn:80' VUE_APP_WEB = 'https://med.imchong.cn'
# business微服务地址 # business微服务地址
VUE_APP_MICRO_BUSINESS = 'https://med.imchong.cn:1099' VUE_APP_MICRO_BUSINESS = 'https://med.imchong.cn:1099'
......
...@@ -28,6 +28,11 @@ module.exports = { ...@@ -28,6 +28,11 @@ module.exports = {
plugins: [ plugins: [
postcss postcss
] ]
},
sass: {
sassOptions: {
outputStyle: 'expanded'
}
} }
} }
} }
...@@ -53,6 +58,11 @@ module.exports = { ...@@ -53,6 +58,11 @@ module.exports = {
plugins: [ plugins: [
postcss postcss
] ]
},
sass: {
sassOptions: {
outputStyle: 'expanded'
}
} }
} }
}, },
...@@ -79,13 +89,6 @@ module.exports = { ...@@ -79,13 +89,6 @@ module.exports = {
}, },
disableHostCheck: true disableHostCheck: true
}, },
// css: {
// loaderOptions: {
// sass: {
// sassOptions: { outputStyle: "expanded" }
// }
// }
// },
configureWebpack: { configureWebpack: {
name: name, name: name,
output: { output: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment