diff --git a/buyer/src/components/nav/CateNav.vue b/buyer/src/components/nav/CateNav.vue
index 4035dbe3..621d50dd 100644
--- a/buyer/src/components/nav/CateNav.vue
+++ b/buyer/src/components/nav/CateNav.vue
@@ -3,7 +3,7 @@
     
       
         全部商品分类
@@ -16,6 +16,7 @@
           @click="linkTo(item.url)"
         >
           {{ item.name }}
+          
         
       
     
@@ -62,9 +63,9 @@
         @mouseleave="panel = false"
       >
         
-          
+          
             {{ item.name }} localStorage.getItem("category_expiration_time")) {
+        this.getCate();
+        return;
+      }
+      this.cateList = JSON.parse(localStorage.getItem("category"));
+      // this.$Message.info(cateList)
+      }
+    },
     getCate() {
       // 获取分类数据
       if (this.hover) return false;