Explorar el Código

提交控制台路由跳转错误

hxl13994548489 hace 2 años
padre
commit
f87657b80d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/Login.vue

+ 1 - 1
src/views/Login.vue

@@ -290,7 +290,7 @@ export default {
 
                   window.location.href =
                     process.env.CONSOLE_BASE_URL +
-                    "/#/agreement/agreement?token=" +
+                    "/#/agreement/index?token=" +
                     token;
                   // alert(res.data);
                 } else {