diff --git a/src/menu/modules/demo-playground.js b/src/menu/modules/demo-playground.js index 85b1d860..f0016932 100644 --- a/src/menu/modules/demo-playground.js +++ b/src/menu/modules/demo-playground.js @@ -41,13 +41,13 @@ export default { title: '数据持久化', icon: 'database', children: [ - { path: `${pre}db/all`, title: '全部数据', icon: 'table' }, - { path: `${pre}db/user`, title: '用户数据', icon: 'user' }, - { path: `${pre}db/public`, title: '公用数据', icon: 'users' }, - { path: `${pre}db/page-public`, title: '页面存储', icon: 'file-o' }, - { path: `${pre}db/page-user`, title: '页面存储 用户', icon: 'file-o' }, - { path: `${pre}db/page-snapshot-public`, title: '页面快照', icon: 'file' }, - { path: `${pre}db/page-snapshot-user`, title: '页面快照 用户', icon: 'file' } + { path: `${pre}db/all`, title: '总览', icon: 'table' }, + { path: `${pre}db/public`, title: '公共存储', icon: 'users' }, + { path: `${pre}db/user`, title: '私有数据', icon: 'user' }, + { path: `${pre}db/page-public`, title: '路由存储', icon: 'file-o' }, + { path: `${pre}db/page-user`, title: '私有路由存储', icon: 'file-o' }, + { path: `${pre}db/page-snapshot-public`, title: '路由快照', icon: 'file' }, + { path: `${pre}db/page-snapshot-user`, title: '私有路由快照', icon: 'file' } ] }, { diff --git a/src/pages/demo/playground/db/all/index.vue b/src/pages/demo/playground/db/all/index.vue index 849e6685..ae3f2b71 100644 --- a/src/pages/demo/playground/db/all/index.vue +++ b/src/pages/demo/playground/db/all/index.vue @@ -1,11 +1,17 @@ diff --git a/src/pages/demo/playground/db/page-public/index.vue b/src/pages/demo/playground/db/page-public/index.vue index 5acbedef..57ff529b 100644 --- a/src/pages/demo/playground/db/page-public/index.vue +++ b/src/pages/demo/playground/db/page-public/index.vue @@ -1,6 +1,16 @@