@lark-apaas/client-toolkit-lite 1.1.7-alpha.17 → 1.1.7-alpha.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -2851,6 +2851,11 @@ var capabilityClient = (0, import_client_capability.createClient)({
|
|
|
2851
2851
|
headers: {
|
|
2852
2852
|
"X-Suda-Csrf-Token": window.csrfToken ?? ""
|
|
2853
2853
|
}
|
|
2854
|
+
},
|
|
2855
|
+
central: {
|
|
2856
|
+
enabled: true,
|
|
2857
|
+
// window.appId 由妙搭沙箱 / 线上环境注入;非妙搭场景下 capability 调用本身不可用
|
|
2858
|
+
appId: _appId ?? ""
|
|
2854
2859
|
}
|
|
2855
2860
|
});
|
|
2856
2861
|
|