actions // 处理数据和请求接口,一般放公共接口,相当于后端的control层,
    mutations // 更新数据到vuex的state
    getters // 计算属性,计算state的数据进一步加工

    image.png