fix:修复了不能按处理时间搜索的bug

This commit is contained in:
KindSeven
2024-09-16 21:46:25 +08:00
parent 371c332f3c
commit 595e9216ec
5 changed files with 11 additions and 7 deletions

View File

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