mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-04 13:09:28 +08:00
fix(系统设置): 系统日志跳转问题缺陷
--bug=1031046 --user=王旭 【系统设置】用户a修改用户b分组后-系统操作日志点击标题报错 https://www.tapd.cn/55049933/s/1423445
This commit is contained in:
parent
d9c52b4404
commit
6b168f0f0d
@ -245,6 +245,10 @@ export default {
|
||||
}
|
||||
let operModule = resource.operModule;
|
||||
let module = this.getLogModule(operModule);
|
||||
if (module === "系统-用户" || module === "System user") {
|
||||
this.toPage(uri);
|
||||
return;
|
||||
}
|
||||
if (module === "系统-系统参数设置" || module === "系统-系統參數設置" || module === "System parameter setting") {
|
||||
this.toPage(uri);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user