@uxda/appkit 1.2.58 → 1.2.59

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "1.2.58",
3
+ "version": "1.2.59",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -129,7 +129,7 @@ const onClose = debounce((item: any, index: number) => {
129
129
  const $http = useHttp()
130
130
  $http
131
131
  .post('/cas/msg/setMsgStatus', {
132
- device: 'PC',
132
+ device: 'MINI',
133
133
  deviceType: 0,
134
134
  noticeStatus: 1,
135
135
  receiveId: item.id,