From c656ba349e311aaf2cdc97201e732ce6b85999f0 Mon Sep 17 00:00:00 2001 From: lxyer <237809796@qq.com> Date: Thu, 15 Aug 2019 10:45:28 +0800 Subject: [PATCH] . --- root/api/dict.js | 9 ++++++ root/index.html | 31 ++++++++++---------- root/metadata/metaService.html | 16 ++++++++-- src/main/java/net/tccn/dict/DictService.java | 2 +- 4 files changed, 40 insertions(+), 18 deletions(-) create mode 100644 root/api/dict.js diff --git a/root/api/dict.js b/root/api/dict.js new file mode 100644 index 0000000..e0f640d --- /dev/null +++ b/root/api/dict.js @@ -0,0 +1,9 @@ +/** + * 字典管理 + * @type {{}} + */ +const dict = { + list({type}) { + return red.postX('/dict/list', {type}) + } +} \ No newline at end of file diff --git a/root/index.html b/root/index.html index 539c461..de11136 100644 --- a/root/index.html +++ b/root/index.html @@ -4,9 +4,9 @@ MetaKit - - - + + +
@@ -71,18 +71,19 @@
- - - - - - - - - - - - + + + + + + + + + + + + +