UNPKG

bmfe-mobile-template

Version:

BM 移动端模板

9 lines (8 loc) 213 B
export default { getUserInfo({ commit }) { return GLOBAL.ajax.get('/test/getBaseInfo').then((resData) => { commit('SET_USER_INFO', resData); return resData; }); } }