home page

This commit is contained in:
2023-05-15 17:29:08 +08:00
parent d780951020
commit 3cd85390d7
6 changed files with 265 additions and 3 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.201:1616",
target: "http://117.72.16.89/api",
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, ""),
},