|
@@ -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);
|