基础文件上传核心开发 #45

Merged
zhuhao merged 1 commits from zhuhao_dev into main 2024-07-18 16:38:15 +08:00
1 changed files with 3 additions and 3 deletions

View File

@ -28,10 +28,10 @@ export default defineConfig({
rewrite: (p) => p.replace(/^\/dev-api/, '') rewrite: (p) => p.replace(/^\/dev-api/, '')
}, },
'/profile': { '/profile': {
// target: 'http://27.128.240.72:7865', target: 'http://192.168.2.52:7863',
target: 'https://cqyy.ysaix.com:7868', ws: true,
changeOrigin: true changeOrigin: true
} },
}, },
}, },
plugins: [vue(), WindiCSS()], plugins: [vue(), WindiCSS()],