export const mutations = { //控制app更新 setAppUpdateStatus(state,val){ state.ifCheckAppUpdate = val; } }