Преглед изворни кода

commit -m 用户行为记录

zhengjinyi пре 2 година
родитељ
комит
a0aeb7d4e6
1 измењених фајлова са 0 додато и 1 уклоњено
  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