mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-06 10:38:31 +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
|
if (this.lang !== 'zh-CN') return
|
||||||
this.$confirm('建议大陆用户访问部署在国内的站点,是否跳转?', '提示')
|
this.$confirm('建议大陆用户访问部署在国内的站点,是否跳转?', '提示')
|
||||||
.then(() => {
|
.then(() => {
|
||||||
location.replace('https://element.eleme.cn')
|
location.replace('https://element-plus.gitee.io')
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
localStorage.setItem('PREFER_GITHUB', 'true')
|
localStorage.setItem('PREFER_GITHUB', 'true')
|
||||||
|
Loading…
Reference in New Issue
Block a user