|
@@ -552,9 +552,6 @@ const app = new Vue({
|
|
|
request.post('/api/resources/user/cloud/connect', { userCardId }).then(async res => {
|
|
|
console.log('res', res);
|
|
|
if (!res.success) { return }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
const { isWeixin } = this.parametersData;
|
|
|
switch (res.status) {
|
|
|
case 0:
|
|
@@ -578,7 +575,7 @@ const app = new Vue({
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- // webRtc连接,需获取连接地址,否则失败
|
|
|
+ // webRtc连接,需获取连接地址
|
|
|
if (res.data.webrtcNetworkAnalysis) {
|
|
|
// 如果有网络分析的请求地址, 则请求,否则失败
|
|
|
const webrtcNetworkAnalysisReq = await request.get(res.data.webrtcNetworkAnalysis);
|