Explorar el Código

websocket url

chenlei1231 hace 4 meses
padre
commit
4e6a226dd2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);