This commit is contained in:
777
2025-03-25 16:44:30 +08:00
parent bf8131f78f
commit e77b2654e0
12 changed files with 16 additions and 23 deletions

View File

@@ -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() {