@lark-apaas/client-toolkit-lite 1.1.7-alpha.20 → 1.1.7-alpha.22
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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1889,6 +1889,7 @@ var Safety = /* @__PURE__ */ __name(() => {
|
|
|
1889
1889
|
isMobile2
|
|
1890
1890
|
]);
|
|
1891
1891
|
if (process.env.NODE_ENV !== "production") return null;
|
|
1892
|
+
if (String(process.env.MIAODA_APP_TYPE) === "7") return null;
|
|
1892
1893
|
if (!badgeLoaded) return null;
|
|
1893
1894
|
if (!showBadge) return null;
|
|
1894
1895
|
if (!visible) return null;
|