Преглед на файлове

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