Mr.Shi
2023-08-11 b15a83329e33a954f41c9558b58aa1a64332c46b
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)