refactor(系统设置): 用户可以选择关闭UI模块菜单

This commit is contained in:
CaptainB 2023-01-06 16:54:15 +08:00
parent 63b71d5bc4
commit 341b3b089f
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ export default {
},
getUiIndex() {
if (hasLicense()) {
return "ui";
return "/ui";
}
return "";
},