chore: replace all cn comments of fe to en version by volc api (#320)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* 依赖 treeShaking 去除无关配置(Argus)
|
||||
* Dependency treeShaking Removes Extraneous Configuration (Argus)
|
||||
*/
|
||||
const sdkRegion = 'cn';
|
||||
export const iframeAppHost = '';
|
||||
@@ -28,7 +28,7 @@ export const openApiCdnUrlByRegion = IS_OVERSEA
|
||||
: // cp-disable-next-line
|
||||
'https://lf3-static.bytednsdoc.com/obj/eden-cn/rkzild_lgvj/ljhwZthlaukjlkulzlp/';
|
||||
|
||||
// 用户需要修改此处baseurl,用于开放平台接口的域名配置
|
||||
// The user needs to modify the baseurl here to open the domain name configuration of the API interface
|
||||
export const openApiHostByRegion =
|
||||
typeof location !== 'undefined' ? location.origin : 'https://api.xxx.com';
|
||||
export const openApiHostByRegionWithToken = openApiHostByRegion;
|
||||
|
||||
Reference in New Issue
Block a user