fix(系统设置): 点击操作日志菜单报错

--bug=1013891 --user=李玉号 【系统设置】系统 操作日志页面页面 报错
https://www.tapd.cn/55049933/s/1176649
This commit is contained in:
shiziyuan9527 2022-06-08 17:24:41 +08:00 committed by 刘瑞斌
parent f4d8413ef3
commit 14256631af
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ export default {
},
getMember(url) {
if (!url) {
url = '/usr/list';
url = '/user/list';
}
this.result = this.$get(url, response => {
this.userList = response.data;