页面持久化大体功能实现
Former-commit-id: 6de284ac144ef2dc9add34aa16502109485a16d2 [formerly 6de284ac144ef2dc9add34aa16502109485a16d2 [formerly 6de284ac144ef2dc9add34aa16502109485a16d2 [formerly 6de284ac144ef2dc9add34aa16502109485a16d2 [formerly 99351410cdef9041c1acbcd105ab7f02e23c4db1 [formerly d70ea9b6ea91dec0463c7e925a8eaab9c1990a6d]]]]] Former-commit-id: 88212ee98bd64a47532ce9dac84a572f55248a87 Former-commit-id: 017b329b1b91a670b85398e771d34504cc027f26 Former-commit-id: 9d4254f31c10c6e1cc65c65b42847d91e3645566 [formerly b0c0b3fa63225f698741d26af019cee2c9e9258c] Former-commit-id: 4a4e25525dd02ec2f4a566716a04d5751dc836f8 Former-commit-id: 32994d19e44dd945d144c72134c4aec7b0bc5b13 Former-commit-id: 625b25670c37b0fd33826ddfa845802f1a8e5533 Former-commit-id: ac609aa4a8a3284e927f6b704ccda7786c7df8a6 Former-commit-id: 47d02c0e39e0a6fcba7dfdc98782045193e40c6b
This commit is contained in:
@@ -43,7 +43,11 @@ export default {
|
||||
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/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' }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user