mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
chore: update cn web (#459)
This commit is contained in:
parent
bfa7a99419
commit
ff9cdfab9e
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user