提交 1432141c authored 作者: lihuihui's avatar lihuihui

update

上级 4a153b9a
...@@ -26,7 +26,8 @@ export default { ...@@ -26,7 +26,8 @@ export default {
}, },
methods: { methods: {
goPage() { goPage() {
window.location.href = this.data.url // console.log(this.data.url, '123')
window.open(this.data.url)
}, },
getDocDetails() { getDocDetails() {
getDocDetails({ id: this.$route.query.id }).then(res => { getDocDetails({ id: this.$route.query.id }).then(res => {
......
...@@ -26,7 +26,8 @@ export default { ...@@ -26,7 +26,8 @@ export default {
}, },
methods: { methods: {
goPage() { goPage() {
window.location.href = this.data.url // window.location.href = this.data.url
window.open(this.data.url)
}, },
getDocDetails() { getDocDetails() {
getDocDetails({ id: this.$route.query.id }).then(res => { getDocDetails({ id: this.$route.query.id }).then(res => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论