Showing
2 changed files
with
2 additions
and
8 deletions
@@ -43,14 +43,7 @@ export default { | @@ -43,14 +43,7 @@ export default { | ||
43 | if (this.title) { | 43 | if (this.title) { |
44 | let title = this.title; | 44 | let title = this.title; |
45 | setTitle(title); | 45 | setTitle(title); |
46 | - | ||
47 | - if (!window.WindVane) { | ||
48 | - setTimeout(() => { | ||
49 | - this.$xianyu.setXianyuTitle({ title }); | ||
50 | - }, 1000); | ||
51 | - } else { | ||
52 | - this.$xianyu.setXianyuTitle({ title }); | ||
53 | - } | 46 | + this.$xianyu.setXianyuTitle({ title }); |
54 | } | 47 | } |
55 | }, 100); | 48 | }, 100); |
56 | 49 |
-
Please register or login to post a comment