From f21843417ebddf6c049c5cab8f39775f504a9aa6 Mon Sep 17 00:00:00 2001 From: sxile <3440626@qq.com> Date: Tue, 12 Nov 2019 11:37:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=96=87=E6=A1=A3=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/demo/form/autocomplete.html | 4 ++-- .../src/main/resources/templates/demo/form/datetime.html | 4 ++-- .../src/main/resources/templates/demo/form/duallistbox.html | 6 +++++- .../src/main/resources/templates/demo/form/jasny.html | 4 ++-- .../src/main/resources/templates/demo/form/select.html | 4 ++-- .../src/main/resources/templates/demo/form/upload.html | 2 +- .../src/main/resources/templates/demo/form/validate.html | 2 +- ruoyi-admin/src/main/resources/templates/index.html | 2 +- 8 files changed, 16 insertions(+), 12 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/demo/form/autocomplete.html b/ruoyi-admin/src/main/resources/templates/demo/form/autocomplete.html index 5a5c8e6..d35efad 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/form/autocomplete.html +++ b/ruoyi-admin/src/main/resources/templates/demo/form/autocomplete.html @@ -99,7 +99,7 @@
-
http://doc.ruoyi.vip/#/standard/zjwd?id=bootstrap-suggest
+
http://doc.ruoyi.vip/ruoyi/document/zjwd.html#bootstrap-suggest
@@ -145,7 +145,7 @@
-
http://doc.ruoyi.vip/#/standard/zjwd?id=bootstrap-typeahead
+
http://doc.ruoyi.vip/ruoyi/document/zjwd.html#bootstrap-typeahead
diff --git a/ruoyi-admin/src/main/resources/templates/demo/form/datetime.html b/ruoyi-admin/src/main/resources/templates/demo/form/datetime.html index a7a527c..c331f0a 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/form/datetime.html +++ b/ruoyi-admin/src/main/resources/templates/demo/form/datetime.html @@ -57,7 +57,7 @@
-
http://doc.ruoyi.vip/#/standard/zjwd?id=bootstrap-datetimepicker
+
http://doc.ruoyi.vip/ruoyi/document/zjwd.html#bootstrap-datetimepicker
@@ -111,7 +111,7 @@
-
http://doc.ruoyi.vip/#/standard/zjwd?id=laydate
+
http://doc.ruoyi.vip/ruoyi/document/zjwd.html#laydate
diff --git a/ruoyi-admin/src/main/resources/templates/demo/form/duallistbox.html b/ruoyi-admin/src/main/resources/templates/demo/form/duallistbox.html index 76548d5..9c2bc04 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/form/duallistbox.html +++ b/ruoyi-admin/src/main/resources/templates/demo/form/duallistbox.html @@ -32,7 +32,11 @@ - +
+
+ +
http://doc.ruoyi.vip/ruoyi/document/zjwd.html#bootstrap-duallistbox
+
diff --git a/ruoyi-admin/src/main/resources/templates/demo/form/jasny.html b/ruoyi-admin/src/main/resources/templates/demo/form/jasny.html index 7bbdcde..4bc8f71 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/form/jasny.html +++ b/ruoyi-admin/src/main/resources/templates/demo/form/jasny.html @@ -62,7 +62,7 @@
-
http://doc.ruoyi.vip/#/standard/zjwd?id=jasny-bootstrap
+
http://doc.ruoyi.vip/ruoyi/document/zjwd.html#jasny-bootstrap
@@ -105,7 +105,7 @@
-
http://doc.ruoyi.vip/#/standard/zjwd?id=jasny-bootstrap
+
http://doc.ruoyi.vip/ruoyi/document/zjwd.html#jasny-bootstrap
diff --git a/ruoyi-admin/src/main/resources/templates/demo/form/select.html b/ruoyi-admin/src/main/resources/templates/demo/form/select.html index 96f921d..cd5e94f 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/form/select.html +++ b/ruoyi-admin/src/main/resources/templates/demo/form/select.html @@ -69,7 +69,7 @@
-
http://doc.ruoyi.vip/#/standard/zjwd?id=select2
+
http://doc.ruoyi.vip/ruoyi/document/zjwd.html#select2
@@ -133,7 +133,7 @@
-
http://doc.ruoyi.vip/#/standard/zjwd?id=bootstrap-select
+
http://doc.ruoyi.vip/ruoyi/document/zjwd.html#bootstrap-select
diff --git a/ruoyi-admin/src/main/resources/templates/demo/form/upload.html b/ruoyi-admin/src/main/resources/templates/demo/form/upload.html index 8368e32..787323c 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/form/upload.html +++ b/ruoyi-admin/src/main/resources/templates/demo/form/upload.html @@ -29,7 +29,7 @@
-
http://doc.ruoyi.vip/#/standard/zjwd?id=jasny-bootstrap
+
http://doc.ruoyi.vip/ruoyi/document/zjwd.html#bootstrap-fileinput
diff --git a/ruoyi-admin/src/main/resources/templates/demo/form/validate.html b/ruoyi-admin/src/main/resources/templates/demo/form/validate.html index 13f0b10..31c0872 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/form/validate.html +++ b/ruoyi-admin/src/main/resources/templates/demo/form/validate.html @@ -71,7 +71,7 @@

更多示例请访问官方示例页面:查看

-

中文API可参考:http://doc.ruoyi.vip/#/standard/zjwd?id=jquery-validate +

中文API可参考:http://doc.ruoyi.vip/ruoyi/document/zjwd.html#jquery-validate

diff --git a/ruoyi-admin/src/main/resources/templates/index.html b/ruoyi-admin/src/main/resources/templates/index.html index f10042a..f9d2778 100644 --- a/ruoyi-admin/src/main/resources/templates/index.html +++ b/ruoyi-admin/src/main/resources/templates/index.html @@ -173,7 +173,7 @@