|
@@ -426,7 +426,7 @@ export default {
|
|
|
if (res.code === 0) {
|
|
if (res.code === 0) {
|
|
|
const token = getAccessToken()
|
|
const token = getAccessToken()
|
|
|
if (token != null) {
|
|
if (token != null) {
|
|
|
- var wsUrl = 'ws:' + process.env.VUE_APP_SERVER_URL + '/ws/progress?token=' + token
|
|
|
|
|
|
|
+ var wsUrl = 'wss:' + process.env.VUE_APP_SERVER_URL + '/ws/progress?token=' + token
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const urlType = res.data.type
|
|
const urlType = res.data.type
|