Forráskód Böngészése

企业导航栏通知跳转地址更改

Xiao_123 4 hónapja
szülő
commit
d352c3c11a
2 módosított fájl, 1 hozzáadás és 4 törlés
  1. 0 3
      components.d.ts
  2. 1 1
      src/layout/company/navBar.vue

+ 0 - 3
components.d.ts

@@ -73,7 +73,4 @@ declare module 'vue' {
     VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.vue')['default']
     WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
   }
-  export interface ComponentCustomProperties {
-    vLoading: typeof import('element-plus/es')['ElLoadingDirective']
-  }
 }

+ 1 - 1
src/layout/company/navBar.vue

@@ -76,7 +76,7 @@
           </v-menu> -->
 
           <!-- 消息通知 -->
-          <MessageNotification class="commonHover2" path="/recruit/enterprise/invite/chatTools"></MessageNotification>
+          <MessageNotification class="commonHover2" path="/recruit/enterprise/chatTools"></MessageNotification>
         </div>
       </div>
     </v-toolbar>