diff --git a/images/datanet/identifier.png b/images/datanet/identifier.png new file mode 100644 index 0000000..dab578b Binary files /dev/null and b/images/datanet/identifier.png differ diff --git a/images/datanet/repo.png b/images/datanet/repo.png new file mode 100644 index 0000000..e5bf86d Binary files /dev/null and b/images/datanet/repo.png differ diff --git a/images/datanet/search.png b/images/datanet/search.png new file mode 100644 index 0000000..26675db Binary files /dev/null and b/images/datanet/search.png differ diff --git a/index_datanet.html b/index_datanet.html new file mode 100644 index 0000000..cb551f1 --- /dev/null +++ b/index_datanet.html @@ -0,0 +1,314 @@ + + + + 数瑞数联网系统 + + + + + + + + + + + + + + + + +
+
+ +
+
+ + +
+ + +
+
+ +
+
+   导航   +
+
+
+
+ 标识解析系统 +
+
+
+ 数字对象注册表 +
+
+
+ 数字对象仓库 +
+ +
+
+
+ Icons made by + monkik + from + www.flaticon.com +
+
+
+ + + + diff --git a/js/commonutil.js b/js/commonutil.js index c059fe3..33489c5 100644 --- a/js/commonutil.js +++ b/js/commonutil.js @@ -62,7 +62,15 @@ function initVue() { newKey.id = this.sm2KeyList.length; newKey.title = headerVue.shortName; newKey.sm2Key = this.sm2KeyStr; - this.sm2KeyList.push(newKey); + var exist = false; + for (var i=0;i