mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-10 17:13:30 +08:00
feat: 样式修改
This commit is contained in:
parent
fd4513b578
commit
dfa6b59568
2 changed files with 2 additions and 2 deletions
|
@ -187,5 +187,5 @@ html {
|
|||
}
|
||||
|
||||
.el-card {
|
||||
border: none;
|
||||
border: none !important;
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
|||
open: viteEnv.VITE_OPEN,
|
||||
proxy: {
|
||||
'/api/v1': {
|
||||
target: 'http://localhost:9999/', // http://172.16.10.181:9999
|
||||
target: 'http://172.16.10.181:9999/', // http://172.16.10.181:9999
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue