@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "1.2.42",
3
+ "version": "1.2.44",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -59,6 +59,7 @@ async function checkLoginTimeRule() {
59
59
  .post('/cas/sysUser/checkLoginTimeRule', {
60
60
  appCode: props.app || appkitOptions.app(),
61
61
  tenantId: appkitOptions.tenant(),
62
+ device: 'mini',
62
63
  })
63
64
  .then((result: any) => {
64
65
  if (result === true) return