fix : 修复功能

This commit is contained in:
2024-05-12 19:39:39 +08:00
parent 250f6344f1
commit 55e0f28ebc
4 changed files with 61 additions and 26 deletions

View File

@@ -69,8 +69,8 @@ export default defineConfig({
open: true,
proxy: {
'/api/workflow': {
// target: 'http://frp.feashow.cn:31800/',
target: 'http://clay.frp.feashow.cn/',
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/, '')