兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-11-13 35bebf403ca0729174d49e86feb8fb6e468c69de
src/views/index.vue
@@ -96,6 +96,12 @@
</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')