|
@@ -222,7 +222,7 @@ export default {
|
|
role: 'admin',
|
|
role: 'admin',
|
|
permission: 'notify-upd',
|
|
permission: 'notify-upd',
|
|
menuName: 'schoolNotify',
|
|
menuName: 'schoolNotify',
|
|
- isShow: true
|
|
|
|
|
|
+ isShow: this.$store.state.config.srvAdr == 'China'
|
|
},
|
|
},
|
|
// 授权管理
|
|
// 授权管理
|
|
{
|
|
{
|
|
@@ -344,8 +344,9 @@ export default {
|
|
role: 'admin',
|
|
role: 'admin',
|
|
permission: '',
|
|
permission: '',
|
|
subName: 'scTrain',
|
|
subName: 'scTrain',
|
|
- isShow: true,
|
|
|
|
|
|
+ // isShow: true,
|
|
// isShow: this.srvAdr == 'China',
|
|
// isShow: this.srvAdr == 'China',
|
|
|
|
+ isShow: this.$store.state.config.srvAdr == 'China',
|
|
child: [
|
|
child: [
|
|
{
|
|
{
|
|
icon: 'iconfont icon-policy',
|
|
icon: 'iconfont icon-policy',
|