feat: 修复黑色样式

pull/144/head
wangdan 2 years ago committed by wangdan-fit2cloud
parent 0912a87874
commit abd7819896

@ -1,5 +1,6 @@
@use 'fit2cloud-ui-plus/src/styles/index.scss' as *;
@use './element.scss';
@use './element-dark.scss';
@use './reset.scss';

@ -37,7 +37,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
open: viteEnv.VITE_OPEN,
proxy: {
'/api/v1': {
target: 'http://localhost:9999/',
target: 'http://localhost:9999/', // http://172.16.10.181:9999
changeOrigin: true,
},
},

Loading…
Cancel
Save