集团数据看板数据对接

This commit is contained in:
chenlin
2025-11-26 14:13:02 +08:00
parent 735aa22f95
commit 6fc69bc42a
7 changed files with 4657 additions and 1767 deletions

View File

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