diff --git a/package-lock.json.REMOVED.git-id b/package-lock.json.REMOVED.git-id
index 09d4bdd0..62bb89ab 100644
--- a/package-lock.json.REMOVED.git-id
+++ b/package-lock.json.REMOVED.git-id
@@ -1 +1 @@
-0db501622270146313d905a0a5f39854fb2494ac
\ No newline at end of file
+12048ef98cbc909b11ea70298ee10637ece9fe87
\ No newline at end of file
diff --git a/src/menu/modules/demo-playground.js b/src/menu/modules/demo-playground.js
index 75037b95..5023625d 100644
--- a/src/menu/modules/demo-playground.js
+++ b/src/menu/modules/demo-playground.js
@@ -60,8 +60,8 @@ export default {
title: '全局状态管理',
icon: 'bolt',
children: [
- { path: `${pre}store/sys`, title: '系统状态', icon: 'microchip' },
{ path: `${pre}store/menu`, title: '菜单控制', icon: 'bars' },
+ { path: `${pre}store/size`, title: '全局尺寸', icon: 'font' },
{ path: `${pre}store/ua`, title: '浏览器信息', icon: 'info-circle' },
{ path: `${pre}store/gray`, title: '灰度模式', icon: 'eye' },
{ path: `${pre}store/fullscreen`, title: '全屏', icon: 'arrows-alt' },
diff --git a/src/pages/demo/playground/store/size/index.vue b/src/pages/demo/playground/store/size/index.vue
new file mode 100644
index 00000000..37524f72
--- /dev/null
+++ b/src/pages/demo/playground/store/size/index.vue
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/demo/playground/store/sys/index.vue b/src/pages/demo/playground/store/sys/index.vue
deleted file mode 100644
index a4846fbb..00000000
--- a/src/pages/demo/playground/store/sys/index.vue
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
- version {{releasesVersion}} [ {{releasesUpdate ? '有新版本' : '已经是最新版本'}} ]
-
-
-
-
- 顶栏菜单数据
-
-
-
-
-
-
-
- 侧边栏菜单数据
-
-
-
-
-
-
-
-
-
- 全屏模式
-
-
-
-
-
- 灰度模式
-
-
-
-
-
- 侧边栏折叠
-
-
-
-
-
- 全局尺寸
- {{sizeValue}}
-
-
-
-
-
-
- 当前主题
-
- {{themeActiveName}}
-
-
-
-
-
- 已经注册的主题
-
-
-
-
-
-
-
- 当前主题信息
-
-
-
-
-
-
-
- 当前页面
- {{pageCurrent}}
-
-
-
-
- 支持多页显示的页面列表
-
-
-
-
-
-
-
- 打开的标签页
-
-
-
-
-
-
-
- 缓存页面
-
-
-
-
-
-
-
- 最新版本数据 [ {{releasesUpdate ? '有新版本' : '已经是最新版本'}} ]
-
-
-
-
-
-
-
diff --git a/src/plugin/d2admin/index.js b/src/plugin/d2admin/index.js
index 6af7047b..e906ce4c 100644
--- a/src/plugin/d2admin/index.js
+++ b/src/plugin/d2admin/index.js
@@ -25,7 +25,6 @@ export default {
defaultValue: '',
user: true
})
- console.log('size: ', size)
// Element
Vue.use(ElementUI, {
size
diff --git a/src/router/routes.js.REMOVED.git-id b/src/router/routes.js.REMOVED.git-id
index 6a61f620..3d2a77b8 100644
--- a/src/router/routes.js.REMOVED.git-id
+++ b/src/router/routes.js.REMOVED.git-id
@@ -1 +1 @@
-58069f63d26f33421df3d333c4aa58af52c87aaa
\ No newline at end of file
+c62802e4146a602e5c498cdb99205b56768d4047
\ No newline at end of file