fix : 修复工作流流程新增bug

This commit is contained in:
2024-03-25 17:08:48 +08:00
parent 5f867b1e0d
commit 1c93a97d58
17 changed files with 183 additions and 11441 deletions

View File

@@ -69,21 +69,21 @@ export default defineConfig({
strictPort: false,
open: true,
proxy: {
'/api/admin': {
target: 'http://dev-mosr.frp.feashow.cn/',
// target: 'http://192.168.31.175:8000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '')
},
// '/api/admin': {
// target: 'http://dev-mosr.frp.feashow.cn/',
// // target: 'http://192.168.31.175:8000',
// changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, '')
// },
'/api': {
target: 'http://mosr.feashow.cn',
changeOrigin: true,
},
'/api/notice-ws': {
target: 'ws://mosr.feashow.cn/api/notice-ws',
ws: true,
changeOrigin: true,
}
// '/api/notice-ws': {
// target: 'ws://mosr.feashow.cn/api/notice-ws',
// ws: true,
// changeOrigin: true,
// }
}
}
})