surprise
2024-02-02 0d02f863ebd8193ea6f6b0f363620bba6894134a
1
2
3
4
5
6
 
 
const webUrl = location.href.indexOf("/web") > -1 ? "/web" : "";
const config = {
    StaticFileBaseUrl: webUrl + "/CimSDK/",
}