fix : 修复细节

This commit is contained in:
2024-05-15 13:24:44 +08:00
parent 5e4e8d6389
commit 01540a3144
4 changed files with 8 additions and 8 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/, '')