Commit a62beb4e by Tippi.Rao

删除无用代码

parent 131b6d77
......@@ -21,7 +21,6 @@ export default {
data() {
return {
loading: false
// iframeUrl: ''
}
},
computed: {
......@@ -31,7 +30,6 @@ export default {
},
mounted() {
this.iframeLoad()
this.getIframUrl()
},
methods: {
iframeLoad() {
......@@ -46,11 +44,6 @@ export default {
this.loading = false
}
}
},
getIframUrl() {
debugger
console.log('link--', localStorage.getItem('homeLink') || 'https://www.yunqilaohe.com/')
return localStorage.getItem('homeLink') || 'https://www.yunqilaohe.com/'
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论