1231233
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
import CountTo from 'vue-countup-v2'
|
||||
import { staticRank } from '@/api/cai/static'
|
||||
import publisherInstance from '@/utils/pubsub'
|
||||
import store from "@/store";
|
||||
export default {
|
||||
name: 'index',
|
||||
components: {
|
||||
@@ -71,7 +72,7 @@ export default {
|
||||
},
|
||||
activeTime: 'Total',
|
||||
data: [],
|
||||
baseUrl: process.env.VUE_APP_COS_BASE_URL
|
||||
baseUrl: store.getters.filePrefix
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user