@gonsin/gview 2.0.11 → 2.0.13

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/README.md CHANGED
@@ -60,3 +60,15 @@
60
60
  + fix: 修复弹窗宽度不改变的问题
61
61
  + fix: 修复时长选择器问题 …
62
62
  + fix: 修改样式 …
63
+
64
+ ### 2.0.12
65
+
66
+ + fix: 修复socket重连问题和数据加载问题
67
+ + fix: 修改菜单管理表格样式
68
+ + fix: 隐藏菜单管理按钮
69
+ + fix: 修复授权相关的问题
70
+
71
+ ### 2.0.13
72
+
73
+ + fix: 修改头部菜单显示
74
+ + fix: 由于名称标识修改不了菜单信息的问题
@@ -1,16 +1,16 @@
1
- import { _ as o } from "./index-7f0b6dca.mjs";
1
+ import { _ as o } from "./index-74226c2d.mjs";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  import "pinia";
5
5
  import "tdesign-vue-next";
6
6
  import "axios";
7
7
  import "nanoid";
8
- import "nprogress";
9
8
  import "lodash-es";
10
9
  import "dayjs";
11
10
  import "@wangeditor/editor-for-vue";
12
11
  import "mustache";
13
12
  import "he";
13
+ import "nprogress";
14
14
  export {
15
15
  o as default
16
16
  };