qinzhipeng_v 5 년 전
부모
커밋
81026ea622
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/components/Navbar.vue

+ 1 - 1
src/layout/components/Navbar.vue

@@ -98,7 +98,7 @@ export default {
     bizchnage(ele) {
       Utils.$emit('demo', ele)
       localStorage.setItem('key', ele)
-      // window.location.reload()
+      window.location.reload()
     }
   }
 }