杜函宇 2 years ago
parent ab4db9d889
commit e7aae14014

@ -24,13 +24,8 @@ export default {
}; };
}, },
mounted(){ mounted(){
setTimeout(async () => {
let Authentication = await this.$api.toLogin.frimLogin();
localStorage.setItem(
"MSSM-LIAONING__TOKEN",
Authentication.data.result.userToken
);
}, 10);
} }
}; };
</script> </script>

Loading…
Cancel
Save