1、添加metaLink 管理

2、解决arangodb中删除 属性无效问题
This commit is contained in:
2019-04-18 16:27:24 +08:00
parent af2ffc7d9e
commit feba7cdc7b
6 changed files with 144 additions and 34 deletions

View File

@@ -15,6 +15,9 @@ var red = {
showOk(msg = '操作成功') {
red.showMsg({msg})
},
showError(msg = '操作失败 ') {
red.showMsg({type:"error", msg})
},
getData: function(key, defaultValue) {
var v = localStorage.getItem(key) || defaultValue || "";
if (typeof(v) == "string" && v.startsWith("{") && v.endsWith("}")) {