提交 8b80875a 编写于 作者: Z zuojiangjiang

update

Signed-off-by: Nzuojiangjiang <zuojiangjiang@huawei.com>
上级 dca3a68d
......@@ -267,7 +267,7 @@ const options = {
backup: false,
autoSync: true,
kvStoreType: distributedData.KVStoreType.SINGLE_VERSION,
schema: '',
schema: undefined,
securityLevel: distributedData.SecurityLevel.S2,
}
try {
......@@ -317,7 +317,7 @@ const options = {
backup: false,
autoSync: true,
kvStoreType: distributedData.KVStoreType.SINGLE_VERSION,
schema: '',
schema: undefined,
securityLevel: distributedData.SecurityLevel.S2,
}
try {
......@@ -365,7 +365,7 @@ const options = {
backup : false,
autoSync : true,
kvStoreType : distributedData.KVStoreType.SINGLE_VERSION,
schema : '',
schema : undefined,
securityLevel : distributedData.SecurityLevel.S2,
}
try {
......@@ -414,7 +414,7 @@ const options = {
backup : false,
autoSync : true,
kvStoreType : distributedData.KVStoreType.SINGLE_VERSION,
schema : '',
schema : undefined,
securityLevel : distributedData.SecurityLevel.S2,
}
try {
......
......@@ -444,7 +444,7 @@ const options = {
backup: false,
autoSync: true,
kvStoreType: distributedKVStore.KVStoreType.SINGLE_VERSION,
schema: '',
schema: undefined,
securityLevel: distributedKVStore.SecurityLevel.S2,
}
try {
......@@ -500,7 +500,7 @@ const options = {
backup: false,
autoSync: true,
kvStoreType: distributedKVStore.KVStoreType.SINGLE_VERSION,
schema: '',
schema: undefined,
securityLevel: distributedKVStore.SecurityLevel.S2,
}
try {
......@@ -555,7 +555,7 @@ const options = {
backup: false,
autoSync: true,
kvStoreType: distributedKVStore.KVStoreType.SINGLE_VERSION,
schema: '',
schema: undefined,
securityLevel: distributedKVStore.SecurityLevel.S2,
}
try {
......@@ -619,7 +619,7 @@ const options = {
backup: false,
autoSync: true,
kvStoreType: distributedKVStore.KVStoreType.SINGLE_VERSION,
schema: '',
schema: undefined,
securityLevel: distributedKVStore.SecurityLevel.S2,
}
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册