1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 08:19:15 +08:00

feat: 修复黑色样式

This commit is contained in:
wangdan 2023-02-16 19:18:57 +08:00 committed by wangdan-fit2cloud
parent 0912a87874
commit abd7819896
2 changed files with 2 additions and 1 deletions

View File

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

View File

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