[代码优化](v2.6):文档地址更新

This commit is contained in:
Zheng Jie
2021-03-01 18:02:47 +08:00
parent 550898168c
commit 7ab895a5b1

View File

@@ -9,7 +9,7 @@ export default {
name: 'Doc',
methods: {
click() {
window.open('https://doc.el-admin.xin/guide/', '_blank')
window.open('https://el-admin.vip/guide/', '_blank')
}
}
}