fix :修复分页问题
This commit is contained in:
@@ -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/, ""),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user