diff --git a/src/views/ty/index.vue b/src/views/ty/index.vue index 902d3d4..0b3a41b 100644 --- a/src/views/ty/index.vue +++ b/src/views/ty/index.vue @@ -175,9 +175,6 @@ export default { // this.$nextTick 将回调延迟到下次DOM更新循环之后执行。在修改数据之后立即使用它,然后等待DOM更新 this.$nextTick(() => { this.initPlugin(); - // this.initPlugin(playWnd2); - // this.initPlugin(playWnd3); - }); }, diff --git a/src/views/ty/index24.vue b/src/views/ty/index24.vue new file mode 100644 index 0000000..3727899 --- /dev/null +++ b/src/views/ty/index24.vue @@ -0,0 +1,1463 @@ + + + + \ No newline at end of file