qinzhipeng_v 5 năm trước cách đây
mục cha
commit
81026ea622
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
     }
   }
 }