角色管理页面接口对接

This commit is contained in:
雷校云
2025-12-24 18:07:27 +08:00
parent 82b5ddf352
commit 059ef47fdd
8 changed files with 670 additions and 9 deletions

View File

@@ -47,7 +47,9 @@ export default defineConfig(({ mode }: ConfigEnv) => {
'/dev-api/api2': {
changeOrigin: true,
// target: 'http://47.108.113.7:8000',
target: 'http://192.168.31.69:8006',
target: 'http://47.108.113.7:8000',
// target: 'http://192.168.31.69:8006',
// target: 'http://199.168.137.123:8000',
rewrite: (path: string) => {
return path.replace(/^\/dev-api\/api2/, '')
}