alert rules

This commit is contained in:
2023-03-25 16:48:46 +08:00
parent 6a387d2c34
commit daab1809df
17 changed files with 3617 additions and 260 deletions

View File

@ -31,7 +31,7 @@ export default defineConfig(({ mode, command }) => {
proxy: {
// https://cn.vitejs.dev/config/#server-proxy
"/dev-api": {
target: "http://192.168.1.5:1616",
target: "http://192.168.1.6:1616",
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, ""),
},