fix(项目设置): 操作日志,点击标题不能跳转

--bug=1011705 --user=lyh 【项目设置】操作日志,点击标题不能跳转
https://www.tapd.cn/55049933/s/1126066
This commit is contained in:
shiziyuan9527 2022-03-25 14:21:05 +08:00 committed by shiziyuan9527
parent e3bcc9c63a
commit a25fd741cb
1 changed files with 3 additions and 0 deletions

View File

@ -204,6 +204,9 @@ export default {
});
}
},
getLogModule(val) {
return this.LOG_MODULE_MAP.get(val) ? this.LOG_MODULE_MAP.get(val) : val;
},
toPage(uri) {
let id = "new_a";
let a = document.createElement("a");