Browse Source

update local

tremble 2 years ago
parent
commit
dc6954d7c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Home.vue

+ 1 - 1
src/views/Home.vue

@@ -212,7 +212,7 @@ export default {
       console.log(tt);
       let url = `${tt}/data/${
         this.id
-      }/hot/js/data.json?time=${Math.random()}`;
+      }/hot/js/data.js?time=${Math.random()}`;
       let result = (await this.$http.get(url)).data;
       this.data = result[this.m];
       if (!this.data) {