尾部导航

This commit is contained in:
cxc
2022-11-17 17:30:20 +08:00
parent d2163317fe
commit 51e6e7c5cc
22 changed files with 644 additions and 442 deletions

View File

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