natasha 1 year ago
parent
commit
615a8d26bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/NavMenu.vue

+ 1 - 1
src/components/NavMenu.vue

@@ -155,7 +155,7 @@ export default {
                 title:'系统配置',
                 icon:'setting',
                 index:'system_config',
-                showFlag: true,
+                showFlag: getToken()&&JSON.parse(getToken()).is_inner === 'true' ? true : false,
                 node:[
                     {
                         title:'邮箱配置',