From 0174c0130363b52e043f021bb50e436e617bff0e Mon Sep 17 00:00:00 2001
From: liyang <1711467488@qq.com>
Date: Sun, 19 Aug 2018 07:47:32 +0800
Subject: [PATCH] db
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
---
src/menu/modules/demo-playground.js | 14 +++++------
src/pages/demo/playground/db/all/index.vue | 8 +++++-
.../demo/playground/db/page-public/index.vue | 12 ++++++++-
.../db/page-snapshot-public/index.vue | 25 +++++++++++--------
.../db/page-snapshot-user/index.vue | 9 +++----
.../demo/playground/db/page-user/index.vue | 14 ++++++++++-
src/pages/demo/playground/db/public/index.vue | 8 +++++-
src/pages/demo/playground/db/user/index.vue | 10 +++++++-
src/router/routes.js.REMOVED.git-id | 2 +-
9 files changed, 72 insertions(+), 30 deletions(-)
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 @@
- 持久化存储数据(此页面独享)
+
+
+
增加不重复字段
diff --git a/src/pages/demo/playground/db/page-snapshot-public/index.vue b/src/pages/demo/playground/db/page-snapshot-public/index.vue
index b45bbb0f..3b86d04c 100644
--- a/src/pages/demo/playground/db/page-snapshot-public/index.vue
+++ b/src/pages/demo/playground/db/page-snapshot-public/index.vue
@@ -1,16 +1,19 @@
-
+
+
+
diff --git a/src/pages/demo/playground/db/page-snapshot-user/index.vue b/src/pages/demo/playground/db/page-snapshot-user/index.vue
index 02d9d109..4e17b74a 100644
--- a/src/pages/demo/playground/db/page-snapshot-user/index.vue
+++ b/src/pages/demo/playground/db/page-snapshot-user/index.vue
@@ -4,18 +4,15 @@
-
diff --git a/src/pages/demo/playground/db/page-user/index.vue b/src/pages/demo/playground/db/page-user/index.vue
index 0352feb2..0f452896 100644
--- a/src/pages/demo/playground/db/page-user/index.vue
+++ b/src/pages/demo/playground/db/page-user/index.vue
@@ -1,6 +1,18 @@
- 持久化存储数据(此页面独享)
+
+
+
增加不重复字段
diff --git a/src/pages/demo/playground/db/public/index.vue b/src/pages/demo/playground/db/public/index.vue
index 5f32ec9c..576b7ea5 100644
--- a/src/pages/demo/playground/db/public/index.vue
+++ b/src/pages/demo/playground/db/public/index.vue
@@ -1,6 +1,12 @@
- 持久化存储公用数据(所有用户共享)
+
+
+
增加不重复字段
diff --git a/src/pages/demo/playground/db/user/index.vue b/src/pages/demo/playground/db/user/index.vue
index 95b4fdbe..bd523433 100644
--- a/src/pages/demo/playground/db/user/index.vue
+++ b/src/pages/demo/playground/db/user/index.vue
@@ -1,6 +1,14 @@
- 持久化存储公用数据(当前用户)
+
+
+
增加不重复字段
diff --git a/src/router/routes.js.REMOVED.git-id b/src/router/routes.js.REMOVED.git-id
index b6a8e11e..0690831d 100644
--- a/src/router/routes.js.REMOVED.git-id
+++ b/src/router/routes.js.REMOVED.git-id
@@ -1 +1 @@
-7558a0da48296f987f92467e104ef3cd36eb2dde
\ No newline at end of file
+d1701498ab5c7359fcd9d5098540ae29b236d7ee
\ No newline at end of file