基础文件上传核心开发

This commit is contained in:
朱浩 2024-07-18 16:37:46 +08:00
parent 243561e656
commit 21ff546429
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()],