fix : 修复项目立项上传文件bug

This commit is contained in:
2024-06-04 17:10:32 +08:00
parent 8b5868fde6
commit 8f1cc442ac
4 changed files with 14 additions and 13 deletions

View File

@@ -68,13 +68,13 @@ export default defineConfig({
strictPort: false,
open: true,
proxy: {
// '/api/workflow': {
// target: 'http://frp.feashow.cn:31800/',
// // target: 'http://clay.frp.feashow.cn/',
// // target: 'http://192.168.31.175:8000',
// changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, '')
// },
'/api/workflow': {
// target: 'http://frp.feashow.cn:31800/',
target: 'http://clay.frp.feashow.cn/',
// target: 'http://192.168.31.175:8000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '')
},
// '/summary/admin': {
// // target: 'http://frp.feashow.cn:31800/',
// target: 'http://clay.frp.feashow.cn/',