//在這里做異步邏輯操作,類似於mutations,但是不能在mutations 里做異步,工具監聽不到
actions: {
aupdateinfo(context,payload){
context.commit('調用mutations 中的方法')
}
},
