兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-11-02 f2372d324318dfd5bbc78384b5e79e673522f1a9
src/views/index.vue
@@ -96,6 +96,11 @@
</template>
<script setup name="Index" lang="ts">
import { initWebSocket } from '@/utils/websocket';
onMounted(() => {
  initWebSocket("ws://" + window.location.host + import.meta.env.VITE_APP_BASE_API + "/resource/websocket");
});
const goTarget = (url:string) => {
  window.open(url, '__blank')