guhongwei 4 years ago
parent
commit
27034d24be
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/common/top.vue

+ 1 - 0
src/components/common/top.vue

@@ -14,6 +14,7 @@
                 <el-button type="danger" size="mini" @click="logout">退出登录</el-button>
               </el-col>
               <el-col :span="24" v-else>
+                <span>游客</span>
                 <el-button type="primary" size="mini" @click="$router.push({ path: '/login' })">平台登录</el-button>
                 <el-button type="primary" size="mini" @click="adminBtn()">管理登录</el-button>
               </el-col>