feat: 配置 wordcloudwechat OSS 资源桶地址
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
* 留空表示继续使用小程序包内本地资源(/icon、/img);
|
||||
* 配置阿里云 OSS / CDN 后,所有经 assetUrl 处理的资源会自动拼接远程地址。
|
||||
*/
|
||||
export const ASSET_BASE_URL = ''
|
||||
export const ASSET_BASE_URL = 'https://wordcloudwechat.oss-cn-hangzhou.aliyuncs.com'
|
||||
|
||||
/** 把本地资源路径转成远程 URL;已经是 http(s) 或 wxfile/data 的保持不变 */
|
||||
export function assetUrl(path?: string | null): string {
|
||||
|
||||
Reference in New Issue
Block a user