Browse Source

調整個人研發中心的顯示條件

osbert 3 years ago
parent
commit
e8719b017c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      TEAMModelOS/ClientApp/src/common/BaseLayout.vue

+ 2 - 2
TEAMModelOS/ClientApp/src/common/BaseLayout.vue

@@ -586,8 +586,8 @@ export default {
                     permission: '',
                     subName: 'privTrain',
                     // isShow: process.env.NODE_ENV == 'development',
-                    // isShow: this.$store.state.config.srvAdr == 'China',
-                    isShow: true,
+                    isShow: this.$store.state.config.srvAdr == 'China',
+                    // isShow: true,
                     child: [
                         {
                             icon: 'iconfont icon-test',