update beta site

This commit is contained in:
mubai
2024-03-24 00:13:04 +08:00
parent 6709720707
commit 06df02e42e
8 changed files with 27 additions and 9 deletions

View File

@@ -13,6 +13,7 @@ export default defineConfig({
proxy: {
"/api": {
target: `http://127.0.0.1:3601`,
// target: `http://1.94.30.26:3601`,
changeOrigin: true, // 允许跨域
rewrite: path => path.replace(/^\/api/, '')
}