MorJS 自定义 Api 全局变量名称 使用方式
2024-01-23 11:18 更新
在
mor.config
中对 web
配置项进行修改,如 👇🏻:// ... 省略
{
name: 'web',
sourceType: 'alipay',
target: 'web',
compileType: 'miniprogram',
compileMode: 'bundle',
web: {},
globalObject: 'customMy', // 通过这个配置项自定义 api 的挂载名称
}
按照上述配置完成之后,在页面控制台打印 window.customMy
就可以看到挂载的 api
详情了。
以上内容是否对您有帮助:
更多建议: