fix: 功能完善。

This commit is contained in:
tianyongbao
2026-01-10 01:42:39 +08:00
parent 621fee41a4
commit bccb7d93e3
3 changed files with 3 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ export default defineConfig(({ mode, command }) => {
proxy: {
[env.VITE_APP_BASE_API]: {
target: 'http://localhost:8080',
// target: 'https://www.qdintc.com/fishery-api/',
// target: 'https://www.qdintc.com/fishery-api/',
changeOrigin: true,
ws: true,
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')