const state = { updateTime: '', imgpath:"https://hsyy-1348049832.cos.ap-chongqing.myqcloud.com", logoname:"河山恒康", appid: '', }; export default { namespaced: true, state, mutations: { SET_UPDATATIME(state, time) { state.updateTime = time; } }, actions: { }, };