ui update

This commit is contained in:
mubai
2024-05-22 13:52:19 +08:00
parent b89dcb165a
commit e1cd84df41

View File

@@ -13,7 +13,6 @@ 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/, '')
}