h5_standard/src/views/LogInAgain.vue
@@ -80,7 +80,7 @@ // let res = await testLogin({ // 英子姐 // username: '18055151023', // password: '123456', // companyId: '1', // companyId: '8', // uuid: '0000', // code: '0000' // }) @@ -117,7 +117,7 @@ window.localStorage.setItem('token', res.data) let info: any = await getUserInfo() if (info.code === 200) { // await store.commit('setEntrance', 'H5') await store.commit('setEntrance', 'H5') await store.commit('setUserInfo', info.data) await store.dispatch('getMenuList', 2) await router.go(-1)