Commit b4dfb5a1 by 王昆

gsb

parent 1a6aec8a
......@@ -92,7 +92,7 @@ class UserCtl extends CtlBase {
if (!loginUser) {
return [];
}
if (loginUser.isAdmin) {
if (loginUser.isManager) {
return [
{
"name": "数据概览",
......@@ -175,7 +175,7 @@ class UserCtl extends CtlBase {
if (!loginUser) {
return [];
}
if (loginUser.isAdmin) {
if (loginUser.isManager) {
return [
{
name: "数据概览",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment