feat:搭好了工作台架子,增加了工单的搜索方法,修改了部分样式

This commit is contained in:
KindSeven
2024-09-15 01:16:00 +08:00
parent 18508b5ecc
commit 162bae7fc3
7 changed files with 204 additions and 22 deletions

View File

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