src/page/login/components/header.vue
@@ -12,6 +12,7 @@ <script> import Service from "@/assets/home/icon_talk.png"; import * as api from "@/axios/api"; export default { name: 'headers', props: ['mess'], @@ -27,7 +28,6 @@ window.location.href = this.onlineService; }, async getInfoSite() { let data = await api.getInfoSite() if (data.status === 0) { this.onlineService = data.data.onlineService