|
@@ -1109,6 +1109,16 @@
|
|
|
isShow: true
|
|
|
},
|
|
|
// 校园风采(针对青羊区放出)
|
|
|
+ // {
|
|
|
+ // icon: "iconfont icon-k-point",
|
|
|
+ // name: this.$t("system.menu.schoolElegant"),
|
|
|
+ // router: "/home/schoolElegant",
|
|
|
+ // tag: "",
|
|
|
+ // role: "admin",
|
|
|
+ // permission: "dashboard-read",
|
|
|
+ // menuName: "schoolElegant",
|
|
|
+ // isShow: this.edition !== "pro" && this.isQingYangArea
|
|
|
+ // },
|
|
|
{
|
|
|
icon: "iconfont icon-k-point",
|
|
|
name: this.$t("system.menu.schoolElegant"),
|
|
@@ -1117,7 +1127,7 @@
|
|
|
role: "admin",
|
|
|
permission: "dashboard-read",
|
|
|
menuName: "schoolElegant",
|
|
|
- isShow: this.edition !== "pro" && this.isQingYangArea
|
|
|
+ isShow: this.hasDashAuth && !this.isGlobalSite && (this.edition === "pro" || this.isQingYangArea)
|
|
|
},
|
|
|
{
|
|
|
icon: "iconfont icon-test",
|
|
@@ -1153,16 +1163,7 @@
|
|
|
isShow: this.IES5Menu && !this.isGlobalSite && this.edition === "pro" && this.edition !== "artTest",
|
|
|
child: [
|
|
|
// 校园风采
|
|
|
- {
|
|
|
- icon: "iconfont icon-k-point",
|
|
|
- name: this.$t("system.menu.schoolElegant"),
|
|
|
- router: "/home/schoolElegant",
|
|
|
- tag: "",
|
|
|
- role: "admin",
|
|
|
- permission: "dashboard-read",
|
|
|
- menuName: "schoolElegant",
|
|
|
- isShow: this.hasDashAuth && !this.isGlobalSite && this.edition === "pro"
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
icon: "iconfont icon-basic-setting",
|
|
|
name: this.$t("system.menu.judgeSettings"),
|