增加品牌方案管理

This commit is contained in:
2026-07-23 18:56:35 +08:00
parent 4c07ec5455
commit b689656faf
67 changed files with 5572 additions and 231 deletions
+7 -1
View File
@@ -15,9 +15,15 @@ export default defineConfig({
strictPort: true,
proxy: {
'/api': {
target: process.env.VITE_API_TARGET || 'http://localhost:8080',
target: process.env.VITE_API_TARGET || 'http://localhost:8084',
changeOrigin: true,
secure: false
},
'/ws': {
target: process.env.VITE_API_TARGET || 'http://localhost:8084',
changeOrigin: true,
ws: true,
secure: false
}
},
hmr: {