|
|
@@ -23,7 +23,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
-import { ref } from 'vue'
|
|
|
+import {onBeforeMount, ref} from 'vue'
|
|
|
import Chart from '@/components/charts/index.vue'
|
|
|
import { getIndexUserStatistic } from '@/api/dashboard.js'
|
|
|
//穿山甲、优量汇、快手、Sigmob、百度
|
|
|
@@ -34,9 +34,9 @@ const getIndexUserStatisticData = async() => {
|
|
|
}
|
|
|
|
|
|
|
|
|
-onBeforeMount(async () => {
|
|
|
- await getIndexUserStatisticData()
|
|
|
-})
|
|
|
+// onBeforeMount(async () => {
|
|
|
+// await getIndexUserStatisticData()
|
|
|
+// })
|
|
|
|
|
|
|
|
|
const xAxisList = [
|