feat: 添加部门管理
This commit is contained in:
@@ -27,7 +27,7 @@ export default ({ mode }: ConfigEnv): UserConfigExport => {
|
||||
proxy: {
|
||||
"/api": {
|
||||
// 这里填写后端地址
|
||||
target: "http://localhost:8080",
|
||||
target: "http://localhost:9090",
|
||||
changeOrigin: true,
|
||||
rewrite: path => path.replace(/^\/api/, "")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user