From 83173c02917675438c3cc8c34f49c5af5a45cdb7 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Tue, 24 Jul 2018 23:39:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E5=A2=9E=E5=8A=A0=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 7a5445f3efc3ed98814a7b6abab252cf2fef43e9 [formerly 7a5445f3efc3ed98814a7b6abab252cf2fef43e9 [formerly 7a5445f3efc3ed98814a7b6abab252cf2fef43e9 [formerly 7a5445f3efc3ed98814a7b6abab252cf2fef43e9 [formerly 031af5d6b351d727c20c46c92358ceb99ae6c950 [formerly 36417ec078345a03974c805022e0f1e7c5068727]]]]] Former-commit-id: cdd64915772c3e36daf6a7fc1592529e3484369a Former-commit-id: f44e8c39020bcf07c1e3d641f73c7538128c1617 Former-commit-id: 89a23f6c14cb2afb71992bfbdc9298150ce95e4b [formerly 8c6c484cd6284f42daf7304ae699f3b13002e4d7] Former-commit-id: 3b79caeabbd721e9fdcdaf481a4a7b76e6a3f9af Former-commit-id: 9398f853e3beadad187953145d912ae0fdde852d Former-commit-id: ebb14ecc6b7c494d76199b68ff4b598c8339a9c7 Former-commit-id: 367dce2efcde2f0969d36f84209e58b54834dfec Former-commit-id: 41e916f917b6cacdc7a7427aefd8577e2e45a76f --- src/menu/modules/demo-playground.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/menu/modules/demo-playground.js b/src/menu/modules/demo-playground.js index dc10e1ef..b8a8ba02 100644 --- a/src/menu/modules/demo-playground.js +++ b/src/menu/modules/demo-playground.js @@ -40,9 +40,9 @@ export default { title: '数据持久化', icon: 'database', children: [ - { path: `${pre}db/all`, title: '全部数据' }, - { path: `${pre}db/user`, title: '用户数据' }, - { path: `${pre}db/public`, title: '公用数据' } + { path: `${pre}db/all`, title: '全部数据', icon: 'table' }, + { path: `${pre}db/user`, title: '用户数据', icon: 'user' }, + { path: `${pre}db/public`, title: '公用数据', icon: 'users' } ] }, { path: `${pre}env`, title: '环境信息', icon: 'exclamation-circle' }