fix: 设备管理,新增删除,清零等功能。

This commit is contained in:
tianyongbao
2026-07-12 09:33:46 +08:00
parent 592e791879
commit cb5701ebfc
5 changed files with 89 additions and 15 deletions

View File

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