Former-commit-id: 1205d4cd03396ee388632e406c816d46780178a3 [formerly 1205d4cd03396ee388632e406c816d46780178a3 [formerly 1205d4cd03396ee388632e406c816d46780178a3 [formerly 1205d4cd03396ee388632e406c816d46780178a3 [formerly 80d9cf0302f08fc268cdc0e5d895674dbf57ca2f [formerly 070b1d2fe7b2e790ec6ceb8be31adc33e64ee637]]]]]
Former-commit-id: 1c1d13a8d7a70c17539877d558a6c7fbcb262fb0
Former-commit-id: baa33fdffa02d320b4fbe6c0d9e91402d21f49d7
Former-commit-id: 755d70918e2459f40ccf4c5f523b811470ebd40c [formerly c10b57dfd1410ee7b1dc753f1166dd2408948251]
Former-commit-id: 2cc9546dfe7200822fa75f3f10da05c0e4958aaf
Former-commit-id: 8285923188bee29334a7fb1cc4766972b3446548
Former-commit-id: cb7b394ced669932a2e1a47fb9bd24651256bd84
Former-commit-id: 23be03c7a903e6c489c06eeb51ebd08235fa3e9f
Former-commit-id: be11dd81b5a833fb7bdda3d73d7c5fcb7fbc8fb6
This commit is contained in:
liyang
2018-08-19 07:47:32 +08:00
parent 56b43aa08f
commit 0174c01303
9 changed files with 72 additions and 30 deletions

View File

@@ -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' }
]
},
{