Browse Source

update 修改配置

Yue 10 months ago
parent
commit
375ea778cd

+ 1 - 1
SERVER/YanZhongXYH/xyh-admin/src/main/resources/application-dev.yml

@@ -12,7 +12,7 @@ vber:
       master:
         dataSourceClassName: com.zaxxer.hikari.HikariDataSource
         driverClassName: com.mysql.jdbc.Driver
-        url: jdbc:mysql://192.168.0.82:3306/YanZhongXYH?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+        url: jdbc:mysql://192.168.0.104:3306/YanZhongXYH?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
         username: root
         password: 123456
     #      order1:

+ 1 - 1
SERVER/YanZhongXYH/xyh-admin/src/main/resources/application-prod.yml

@@ -15,7 +15,7 @@ vber:
       master:
         dataSourceClassName: com.zaxxer.hikari.HikariDataSource
         driverClassName: com.mysql.jdbc.Driver
-        url: jdbc:mysql://192.168.0.82:3306/YanZhongXYH?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
+        url: jdbc:mysql://192.168.0.104:3306/YanZhongXYH?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
         username: root
         password: 123456
     rules:

+ 2 - 2
UI/XYH.APP/src/core/config/index.ts

@@ -1,8 +1,8 @@
 // 应用全局配置
 export default {
   //baseUrl: "/api",
-  baseUrl: "https://www.shvber.com/vberYzxyh",
-  //baseUrl: "http://xyhapi.yue.shvber.com:5013",
+  //baseUrl: "https://www.shvber.com/vberYzxyh",
+  //baseUrl: "http://shvber.com:5151",
   //baseUrl: 'http://localhost:5051',
   // 应用信息
   appInfo: {