From 8296816e95bc4c4cba378d2e4bc4d0e1d2d14f90 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 08 七月 2024 09:43:07 +0800 Subject: [PATCH] 发版环境 --- src/views/exam/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/exam/index.vue b/src/views/exam/index.vue index 591e735..2b3ea60 100644 --- a/src/views/exam/index.vue +++ b/src/views/exam/index.vue @@ -177,7 +177,7 @@ const timeDialog = ref(false); const { status, message, error, connect, disconnect, sendMessage } = useWebScoket({ - url: 'ws://192.168.3.64:8000/websocket/' + userInfo.value.id, + url: 'wss://42.193.1.25:8000/websocket/' + userInfo.value.id, heartBeatData: 'ping' }); @@ -263,7 +263,7 @@ resetAllDialog(); disconnect(); - + submitExam(temp).then(res => { returnBack(); }).catch(() => { @@ -361,4 +361,4 @@ background-color: rgba($color: #3680fa, $alpha: 0.2); margin-bottom: 20px; } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0