违规记录
This commit is contained in:
@ -29,18 +29,20 @@ export default defineConfig(({ mode, command }: ConfigEnv): UserConfig => {
|
||||
changeOrigin: true,
|
||||
ws: true,
|
||||
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
|
||||
},"/warm-flow-ui": {
|
||||
target: 'http://192.168.110.119:8899',
|
||||
changeOrigin: true,
|
||||
ws: true,
|
||||
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
|
||||
},"/warm-flow": {
|
||||
},
|
||||
'/warm-flow-ui': {
|
||||
target: 'http://192.168.110.119:8899',
|
||||
changeOrigin: true,
|
||||
ws: true,
|
||||
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
|
||||
},
|
||||
"/workflow": {
|
||||
'/warm-flow': {
|
||||
target: 'http://192.168.110.119:8899',
|
||||
changeOrigin: true,
|
||||
ws: true,
|
||||
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')
|
||||
},
|
||||
'/workflow': {
|
||||
target: 'http://192.168.110.119:8899',
|
||||
changeOrigin: true,
|
||||
ws: true,
|
||||
|
Reference in New Issue
Block a user