Browse Source

xxd 删除无用代码

fujunwen 4 năm trước cách đây
mục cha
commit
8fb90e752a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/homepage/index.vue

+ 1 - 1
src/views/homepage/index.vue

@@ -111,7 +111,7 @@ export default {
         }
     },
     created () {
-        let plazaId = localStorage.getItem('PLAZAID')  // 存在localstorage中刷新不会被重置
+        let plazaId = localStorage.getItem('PLAZAID')  
         if (plazaId) {
             this.plazaId = plazaId
         }