feat(custom): 增加用户数据统计
This commit is contained in:
@@ -11,6 +11,11 @@ export const PROXY_CONFIG = {
|
||||
changeOrigin: true,
|
||||
// rewrite: (path) => path.replace(new RegExp('^/api'), ''),
|
||||
},
|
||||
'/admin': {
|
||||
target: 'https://test.wanzhuanyongcheng.cn',
|
||||
changeOrigin: true,
|
||||
// rewrite: (path) => path.replace(new RegExp('^/admin'), ''),
|
||||
},
|
||||
/**
|
||||
* @desc 不替换匹配值
|
||||
* @请求路径 http://localhost:3100/api/v2/user
|
||||
|
||||
Reference in New Issue
Block a user