menu style

This commit is contained in:
2023-04-12 14:21:33 +08:00
parent 2b7a638c1c
commit 8e6ecdd677
62 changed files with 1619 additions and 272 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.6:1616",
target: "http://192.168.1.3:1616",
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, ""),
},