LUOHAILIANG\Administrator 2 年 前
コミット
055f7fa73e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/components/CommonHeader/index.vue

+ 1 - 1
src/components/CommonHeader/index.vue

@@ -148,7 +148,7 @@ if(currentRootRoute !== 'message') {
 <template>
   <header class="header">
     <div class="main">
-      <h3 class="logo" @click="toHome">桐艺校</h3>
+      <h3 class="logo" @click="toHome">桐艺校</h3>
       <ul class="nav-list">
         <li v-for="item in navList" :class="{'selected':currentRootRoute===item.name}"
             @click="handleSwitchRoute(item.name)">