langjie-m-play 0.0.13 → 0.0.14-c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/service/MPlay.js +1 -1
package/package.json
CHANGED
package/service/MPlay.js
CHANGED
|
@@ -78,7 +78,7 @@ export class MPlay {
|
|
|
78
78
|
}
|
|
79
79
|
else {
|
|
80
80
|
// 连接云服务器
|
|
81
|
-
yield MPlay.connect(`${REMOTE_CLOUD_SERVICE_ADDRESS}/play?from=watch&accountNo=${params.accountNo}
|
|
81
|
+
yield MPlay.connect(`${REMOTE_CLOUD_SERVICE_ADDRESS}/play?from=watch&accountNo=${params.accountNo}`);
|
|
82
82
|
}
|
|
83
83
|
});
|
|
84
84
|
}
|