vue2-client 1.2.48 → 1.2.49

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/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
+ **1.2.49 -2022-05-07 @江超**
5
+ - 问题修复:
6
+ - 解决售后工单定时器内存泄露问题
7
+
4
8
  **1.2.48 -2022-05-07 @江超**
5
9
  - 功能修改:
6
10
  - 登录后不再请求加载燃气公司列表,以及燃气设备报警信息了
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.2.48",
3
+ "version": "1.2.49",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",