style: 界面管理

This commit is contained in:
2024-12-30 16:46:21 +08:00
parent 02522561fc
commit ac571ea4b0
4 changed files with 318 additions and 13 deletions

View File

@@ -41,7 +41,7 @@ export default ({ mode }: ConfigEnv): UserConfigExport => {
"/biz": {
target: "http://127.0.0.1:8089",
changeOrigin: true,
rewrite: path => path.replace(/^\/biz/, "")
rewrite: path => path.replace(/^\/biz/, "/biz/rd")
},
// auth 接口
"/auth": {