@uxda/appkit 1.2.42 → 1.2.44
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.js
CHANGED
|
@@ -3816,7 +3816,8 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
3816
3816
|
const $http = useHttp();
|
|
3817
3817
|
$http.post("/cas/sysUser/checkLoginTimeRule", {
|
|
3818
3818
|
appCode: props.app || appkitOptions.app(),
|
|
3819
|
-
tenantId: appkitOptions.tenant()
|
|
3819
|
+
tenantId: appkitOptions.tenant(),
|
|
3820
|
+
device: "mini"
|
|
3820
3821
|
}).then((result) => {
|
|
3821
3822
|
if (result === true)
|
|
3822
3823
|
return;
|
package/package.json
CHANGED