chore: update cn web (#459)

This commit is contained in:
zazzaz 2020-10-26 10:26:40 +08:00 committed by GitHub
parent bfa7a99419
commit ff9cdfab9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ export default {
if (this.lang !== 'zh-CN') return
this.$confirm('建议大陆用户访问部署在国内的站点,是否跳转?', '提示')
.then(() => {
location.replace('https://element.eleme.cn')
location.replace('https://element-plus.gitee.io')
})
.catch(() => {
localStorage.setItem('PREFER_GITHUB', 'true')