增加品牌方案管理
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user