1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
This commit is contained in:
Hai Liang Wang 2023-06-22 17:09:36 +08:00
parent ce6f3a1e7f
commit 01065b151d

View File

@ -13,5 +13,7 @@
//- limitations under the License.
if (appid)
include loader.js
- var baseUrl = (schema?schema:'http')+'://' + hostname + ':' + port
- var schemaFixed = schema ? schema : 'http'
- var portFixed = schemaFixed == "https" ? 443 : port
- var baseUrl = schemaFixed + '://' + hostname + ':' + portFixed
| chatoperaLoad('!{baseUrl + "/im/point/" + appid + ".html"}')