Quellcode durchsuchen

修改费用报销导入 工时导入

yurk vor 2 Jahren
Ursprung
Commit
baadc8ad54

+ 4 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/resources/application.yml

@@ -16,7 +16,6 @@ spring:
   datasource:
     driver-class-name: com.mysql.cj.jdbc.Driver
     url: jdbc:mysql://47.101.180.183:3306/man_mld?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&useSSL=false
-    url: jdbc:mysql://47.101.180.183:3306/man_dev?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&useSSL=false
     username: root
     password: HuoshiDB@2022
     hikari:
@@ -148,6 +147,10 @@ configEnv:
   # 是否是私有化部署,企业内部应用
   isPrivateDeploy: false
 
+privateDeployURL:
+  pcUrl: http://dev.huoshishanxin.com/#/
+  mobUrl: http://dev.huoshishanxin.com/#/
+