|
@@ -102,7 +102,7 @@ export default {
|
|
|
mounted() {
|
|
|
|
|
|
document.title = '中国东信智慧园区'
|
|
|
- Cookies.set("openid57",'o5P6I5tLj-TjrK7leWUT8EFmTCa4') //本地测试
|
|
|
+ // Cookies.set("openid57",'o5P6I5tLj-TjrK7leWUT8EFmTCa4') //本地测试
|
|
|
if(Cookies.get('rememberMe57')){
|
|
|
this.loginForm.rememberMe = Boolean(Cookies.get('rememberMe57'))
|
|
|
}
|
|
@@ -245,8 +245,8 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
setTimeout(()=>{
|
|
|
- this.$router.push({ path: `/home`}) //本地打开
|
|
|
- // window.location.href = process.env.VUE_APP_PAYMENT_BASE_API+"#/home"
|
|
|
+ // this.$router.push({ path: `/home`}) //本地打开
|
|
|
+ window.location.href = process.env.VUE_APP_PAYMENT_BASE_API+"#/home"
|
|
|
},200)
|
|
|
})
|
|
|
})
|