qdt-admin-layout 1.1.2 → 1.1.3

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": "qdt-admin-layout",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "基于element-ui的后台管理layout的管家婆改版",
5
5
  "main": "src/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -11,7 +11,7 @@ const state = {
11
11
  // 是否启用
12
12
  enabled: true,
13
13
  // 是否启用缓存功能
14
- enableCache: true,
14
+ enableCache: false,
15
15
  // 是否启用根据页签顺序来确定过渡动画的功能
16
16
  enableChangeTransition: true,
17
17