fix: 设备管理,告警通知,设备告警,优化手机端展示。

This commit is contained in:
tianyongbao
2026-04-11 19:47:53 +08:00
parent beae389f33
commit 3a380590c1
8 changed files with 847 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ export default defineConfig(({ mode, command }) => {
proxy: {
[env.VITE_APP_BASE_API]: {
// target: 'http://localhost:8080',
target: 'https://www.qdintc.com/fishery-api/',
target: 'https://api.yuceyun.cn/test-api/',
changeOrigin: true,
ws: true,
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')