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

@@ -1,6 +1,14 @@
<template>
<d2-container>
<template slot="header">持久化存储公用数据当前用户</template>
<template slot="header">
<el-alert
type="success"
:closable="false"
title="私有存储指当前用户专用的存储区域,
不同用户之间存储不会相互干扰,
使用 await this.$store.dispatch('d2admin/db/database', { user: true }) 获得存储实例进行操作,
不同用户条件下获取的存储实例指向位置不同"/>
</template>
<el-row>
<el-col :span="12">
<p class="d2-mt-0">增加不重复字段</p>