UNPKG
@tencentcloud/chat-cs-uniapp
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
TCCC uniapp UIKit
@tencentcloud/chat-cs-uniapp
/
configs
/
app
/
index.ts
7 lines
(4 loc)
•
140 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
const
apiBaseUrl = (
() =>
{
// return "https://test.ccclogic.pstn.avc.qcloud.com";
return
"https://api.tccc.qcloud.com"
; })();