调试优化

This commit is contained in:
暮光:城中城
2019-06-30 10:46:23 +08:00
parent 242ca36a7a
commit bdc8e7a959
8 changed files with 15 additions and 7 deletions

View File

@@ -74,6 +74,9 @@
app = this;
},
methods: {
jumpToDocPage(val) {
window.open(val);
},
}
}
</script>