lanxin 3 weeks ago
parent
commit
ddf8e8e09b
2 changed files with 5711 additions and 264 deletions
  1. 3 3
      hot/src/views/Home.vue
  2. 5708 261
      hot/src/views/data.js

+ 3 - 3
hot/src/views/Home.vue

@@ -418,9 +418,9 @@ export default {
           ? "pe"
           : "not";
       console.log(this.language, "===============");
-      this.$nextTick(() => {
-        this.autoAudioSta = true;
-      });
+      // this.$nextTick(() => {
+      //   this.autoAudioSta = true;
+      // });
     },
     getData() {
       // https://www.4dmodel.com/

File diff suppressed because it is too large
+ 5708 - 261
hot/src/views/data.js