|
@@ -402,7 +402,7 @@ export default {
|
|
|
return str.replace('https://super.4dage.com/', process.env.VUE_APP_G_PREFIX)
|
|
|
},
|
|
|
async getData() {
|
|
|
- let url = `${process.env.VUE_APP_G_PREFIX}/data/${this.$route.query.id}/hot/js/data.js?time=${Math.random()}`
|
|
|
+ let url = `${process.env.VUE_APP_G_PREFIX}data/${this.$route.query.id}/hot/js/data.js?time=${Math.random()}`
|
|
|
let result = (await this.$http.get(url)).data
|
|
|
deepProcess(result, this.changeSubStr)
|
|
|
|