Browse Source

redirect to login page

fengchang 1 year ago
parent
commit
305e8162c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hichina-main-front-mobile-first/src/pages/RegvalidationPage.vue

+ 1 - 1
hichina-main-front-mobile-first/src/pages/RegvalidationPage.vue

@@ -28,7 +28,7 @@ export default {
 
     const waitAndGo = async () => {
       setTimeout(() => {
-        gp.$goPage("/login");
+        gp.$goPage("/auth/login");
       }, 2500);
     };