兰宝车间质量管理系统-前端
songgaoshuai
2024-03-22 31f4219f3d7fc041ba6ec2d11084e7e0f61ffdb8
src/views/index.vue
@@ -96,13 +96,6 @@
</template>
<script setup name="Index" lang="ts">
import { initWebSocket } from '@/utils/websocket';
onMounted(() => {
  let protocol = window.location.protocol === 'https:' ? 'wss://' : 'ws://';
  initWebSocket(protocol + window.location.host + import.meta.env.VITE_APP_BASE_API + '/resource/websocket');
});
const goTarget = (url: string) => {
  window.open(url, '__blank');
};