fix :修复分页问题

This commit is contained in:
dj
2025-02-22 11:41:30 +08:00
parent b2f02e2c5d
commit 3a38208744
3 changed files with 19 additions and 8 deletions

View File

@@ -76,8 +76,9 @@ export default defineConfig({
// rewrite: (path) => path.replace(/^\/api/, ""),
// },
"/api": {
// target: "http://frp.feashow.cn:31800/",
target: "http://10.8.105.91:28080/",
target: "http://frp.feashow.cn:31800/",
// target: "http://10.8.105.91:28080/",
// target: "http://112.19.165.99:20002/",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ""),
},