[代码优化](v2.6):update doc url

This commit is contained in:
ZhengJie
2020-11-02 21:02:34 +08:00
parent 6e8846d5fb
commit 0a8cc3c14f

View File

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