Selaa lähdekoodia

websocket url

chenlei1231 4 kuukautta sitten
vanhempi
commit
4e6a226dd2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/layouts/default/header/components/notify/index.vue

+ 1 - 1
src/layouts/default/header/components/notify/index.vue

@@ -48,7 +48,7 @@
       const instance: any = getCurrentInstance();
       const userStore = useUserStore();
       const glob = useGlobSetting();
-      const websocketUrl = ref(glob.domainUrl + glob.apiUrl);
+      const websocketUrl = ref(glob.domainUrl);
       const dynamicNoticeProps = reactive({ path: '', formData: {} });
       const [registerDetail, detailModal] = useModal();
       const listData = ref(tabListData);