Browse Source

伊宁项目更改相关 隐藏usbkey认证 、 隐藏url通配规则

1037015548@qq.com 1 year ago
parent
commit
350b7f9476

+ 6 - 6
ruoyi-admin/src/main/resources/application-test.yml

@@ -53,12 +53,12 @@ spring:
                 # 主库数据源 stringtype=unspecified 如果stringtype设置为 unspecified,参数将作为非类型值发送到服务器,并且服务器将尝试推断适当的类型。
                 master:
 #                     url: jdbc:postgresql://119.96.165.176:5432/test_lixing?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
-                     url: jdbc:postgresql://119.96.165.176:5432/lhk_union_mgr_new?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
-                     username: postgres
-                     password: kpr.23417.postgres
-#                      url: jdbc:postgresql://140.246.183.164:5432/union_mgr?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
-#                      username: postgres
-#                      password: kpr.23417.postgres
+#                     url: jdbc:postgresql://119.96.165.176:5432/lhk_union_mgr_new?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
+#                     username: postgres
+#                     password: kpr.23417.postgres
+                      url: jdbc:postgresql://140.246.183.164:5432/union_mgr?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
+                      username: postgres
+                      password: kpr.23417.postgres
                 # 从库数据源
                 slave:
                     # 从数据源开关/默认关闭

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/user/add.html

@@ -65,7 +65,7 @@
                     </div>
                 </div>
             </div>
-            <div class="col-sm-6">
+            <div class="col-sm-6" style="display: none">
                 <div class="form-group">
                     <label class="col-sm-4 control-label">是否需要USBKey认证:</label>
                     <div class="col-sm-8">

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/user/edit.html

@@ -64,7 +64,7 @@
                     </div>
                 </div>
             </div>
-            <div class="col-sm-6">
+            <div class="col-sm-6" style="display: none">
                 <div class="form-group">
                     <label class="col-sm-4 control-label">是否需要USBKey认证:</label>
                     <div class="col-sm-8">

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/userRelate/add.html

@@ -44,7 +44,7 @@
                 </div>
             </div>
 
-            <div class="form-group">
+            <div class="form-group" style="display:none">
                 <label class="col-sm-3 control-label">url通配规则(JSON [{key:"...",value:".."}]):</label>
                 <div class="col-sm-8">
                     <input id="urlRules" name="urlRules" class="form-control" type="text" />

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/userRelate/edit.html

@@ -25,7 +25,7 @@
                     <input name="danganLoginName" class="form-control" th:field="*{danganLoginName}"></input>
                 </div>
             </div>
-            <div class="form-group">
+            <div class="form-group" style="display:none">
                 <label class="col-sm-3 control-label">url通配规则(JSON [{key:"...",value:".."}]):</label>
                 <div class="col-sm-8">
                     <input id="urlRules" name="urlRules" th:field="*{urlRules}" class="form-control" type="text" />