jiaosong
2023-08-14 a4a5677e4b55dc3de91866e64ca5c977c399c7aa
h5_standard/src/views/LogInAgain.vue
@@ -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)