Skip to content

Commit 522fa47

Browse files
perf: Token miss msg
1 parent 323c7db commit 522fa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/router/watch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const watchRouter = (router: any) => {
1919
return
2020
}
2121
if (!token) {
22-
ElMessage.error('Please login first')
22+
// ElMessage.error('Please login first')
2323
next('/login')
2424
return
2525
}

0 commit comments

Comments
 (0)