Administrator 3 년 전
부모
커밋
6815e4295f

+ 2 - 2
leiSP-admin/src/main/resources/application-druid.yml

@@ -6,14 +6,14 @@ spring:
         druid:
             # 主库数据源
             master:
-                url: jdbc:mysql://192.168.100.11:53306/senlinfanghuo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+#                url: jdbc:mysql://192.168.100.11:53306/senlinfanghuo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
 
 
 #                url: jdbc:mysql://192.168.100.11:53306/senlinfanghuo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
                 username: senlinfanghuo
                 password: slfh123456
 
-#                url: jdbc:mysql://218.27.1.157:53306/senlinfanghuo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                url: jdbc:mysql://218.27.1.157:53306/senlinfanghuo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
 #                username: senlinfanghuo
 #                password: slfh123456
 

+ 2 - 2
leiSP-admin/src/main/resources/application.yml

@@ -9,8 +9,8 @@ leisp:
   # 实例演示开关
   demoEnabled: false
   # 文件路径 示例( Windows配置D:/leisp/uploadPath,Linux配置 /home/leisp/uploadPath)
-  profile: /home/leisp/uploadPath
-#  profile: D:/leisp/uploadPath
+#  profile: /home/leisp/uploadPath
+  profile: D:/leisp/uploadPath
   #profile : f:/
   # 获取ip地址开关
   addressEnabled: false

+ 3 - 3
mybusiness/src/main/resources/templates/business/manager/othersmanager/index.html

@@ -378,6 +378,7 @@
         });
     }
 
+    */
     function doSubmit(index, layero){
         var body = layer.getChildFrame('body', index);
         $("#helpIds").val(body.find('#helpIds').val());
@@ -403,8 +404,7 @@
                 //layer.close(index);
             }
         });
-    }*/
-
+    }
     function sendHelp(id) {
         help_id = id
         var options = {
@@ -480,4 +480,4 @@
     }
 </script>
 </body>
-</html>
+</html>