We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d23607 commit 72a567cCopy full SHA for 72a567c
1 file changed
docs/index.md
@@ -52,7 +52,7 @@ footer: false
52
import { onMounted } from 'vue'
53
import { ElMessage, ElMessageBox } from 'element-plus'
54
onMounted(()=>{
55
- if (window.location.hostname === 'localhost') {
+ if (window.location.hostname === 'wot-design-uni.cn') {
56
ElMessageBox.confirm('您正在访问的站点速度较慢,是否跳转至更快的 wot-design-uni.gitee.io ?', '提示', {
57
confirmButtonText: '确定',
58
cancelButtonText: '取消',
0 commit comments