动环监控大屏

This commit is contained in:
chenlin
2025-12-03 15:25:06 +08:00
parent 685a02ac01
commit 4bca8652d6
2 changed files with 50 additions and 33 deletions

View File

@@ -32,7 +32,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
// 本地跨域代理. 目前注释的原因暂时没有用途server 端已经支持跨域
proxy: {
['/admin-api']: {
target: 'http://10.28.117.100:48080',
target: 'http://10.28.117.48:48080',
ws: false,
changeOrigin: true,
rewrite: (path) => path.replace(new RegExp(`^/admin-api`), ''),