refactor(系统设置): 用户可以选择关闭UI模块菜单
This commit is contained in:
parent
63b71d5bc4
commit
341b3b089f
|
@ -147,7 +147,7 @@ export default {
|
|||
},
|
||||
getUiIndex() {
|
||||
if (hasLicense()) {
|
||||
return "ui";
|
||||
return "/ui";
|
||||
}
|
||||
return "";
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue