Sfoglia il codice sorgente

commit -m 用户行为记录

zhengjinyi 2 anni fa
parent
commit
a0aeb7d4e6
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      store/index.js

+ 0 - 1
store/index.js

@@ -80,7 +80,6 @@ const store = new Vuex.Store({
             })
         },
         async updateNoticeNum(state) { // 更新通知消息数量
-            console.log('全部更新通知消息数量')
             const getUserService = new UserService(ajaxService)
             const userInfo = await caimeiApi.getStorage()
             const commonId = userInfo.clubId ? userInfo.clubId : 0