snow 1 year ago
parent
commit
cf15b59a85
3 changed files with 3 additions and 1 deletions
  1. 1 0
      .gitignore
  2. BIN
      dist-zip/build.zip
  3. 2 1
      src/layout/components/navbar.vue

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 node_modules
 .DS_Store
 dist
+./dist/**
 
 
 dist-ssr

BIN
dist-zip/build.zip


+ 2 - 1
src/layout/components/navbar.vue

@@ -172,8 +172,9 @@ async function onSwitchAccountMode() {
       @click="() => routeToList()"
     />
 
-    <mixNav v-if="pureApp.layout === 'mix'" />
+    <h5>测试是否正常更新</h5>
 
+    <mixNav v-if="pureApp.layout === 'mix'" />
     <div v-if="pureApp.layout === 'vertical'" class="vertical-header-right">
       <!-- 公司名称筛选 -->
       <Super v-if="isSuperUser" ref="SuperCompanyRef" />