zhangxiaoxu123
2022-07-19 0b2877a4b4bf90bec9bd46b78beedf211263a028
pages/login/login.vue
@@ -46,6 +46,7 @@
               setTokenType(token_type);
               setRefreshToken(refresh_token);
               setScope(scope);
               this.$store.dispatch('menus')
               redirectHome();
               uni.hideLoading();
            } catch (e) {
@@ -54,6 +55,7 @@
            }
         }
      }
   }
};
</script>