格式化代码

This commit is contained in:
不做码农
2022-03-10 15:04:05 +08:00
parent d2077762d1
commit 7828f5995e
2 changed files with 127 additions and 161 deletions

View File

@@ -16,7 +16,7 @@ const actions = {
changeOnlineNum({ commit }, data) {
commit('SET_ONLINEUSER_NUM', data)
},
// 更新系统通知
// 更新系统通知
getNoticeList({ commit }, data) {
commit('SET_NOTICE_list', data)
}