This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
Metavatar_Photo_PC
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
5
dev
congzc
1 year ago
parent
94639cd4f3
commit
cf80e02923
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/permission.ts
+ 1
- 1
src/permission.ts
View File
@@ -25,7 +25,7 @@ router.beforeEach(async (to, from, next) => {
next();
next();
}
}
if (to.path === "/login") {
if (to.path === "/login") {
next({ path: "/createVideo" });
//
next({ path: "/createVideo" });
} else {
} else {
next();
next();
}
}
Write
Preview
Loading…
Cancel
Save