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