mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 16:29:17 +08:00
feat: 修复黑色样式
This commit is contained in:
parent
0912a87874
commit
abd7819896
@ -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';
|
||||||
|
|
||||||
|
|
||||||
|
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user