视频巡检详情页面

This commit is contained in:
砂糖
2025-10-07 10:02:26 +08:00
parent f4418b8860
commit 0e4f543434
4 changed files with 141 additions and 123 deletions

View File

@@ -31,7 +31,7 @@ export default defineConfig(({ mode, command }) => {
proxy: {
// https://cn.vitejs.dev/config/#server-proxy
'/dev-api': {
target: 'http://localhost:10081',
target: 'http://49.232.154.205:10082',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
},