Explorar el Código

解封上班前最后更新

王涛 hace 3 años
padre
commit
14024dc8fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/login/index.vue

+ 1 - 1
src/views/login/index.vue

@@ -99,7 +99,7 @@ export default {
     };
   },
   mounted() {
-    // Cookies.set("openid57",'o5P6I5tLj-TjrK7leWUT8EFmTCa4')
+    Cookies.set("openid57",'o5P6I5tLj-TjrK7leWUT8EFmTCa4')
     if(Cookies.get('rememberMe57')){
       this.loginForm.rememberMe = Boolean(Cookies.get('rememberMe57'))
     }