详解关于Vuex的action传入多个参数的问题 问题:已知Vuex中通过actions提交mutations要通过context.commit(mutations,object)的方式来完成然而commi action传入多个参数