Skip to content

Commit

Permalink
add test code
Browse files Browse the repository at this point in the history
  • Loading branch information
mryanshenghong committed Nov 11, 2022
1 parent beee97d commit c9a653c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ const data = reactive({
// Lifecycle
onMounted(async () => {
const { a } = localStorage;
console.log(a.b);
if (localStorage.user_name && localStorage.role && localStorage.token) {
try {
const user = await verifyToken(
Expand Down

0 comments on commit c9a653c

Please sign in to comment.