diff --git a/roncoo-education-boss/config/index.js b/roncoo-education-boss/config/index.js index a8b217ed1..f4cb48e3a 100644 --- a/roncoo-education-boss/config/index.js +++ b/roncoo-education-boss/config/index.js @@ -11,7 +11,7 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/apis': { //这里是公共部分,在调用接口时后面接不相同的部分,/api就相当于http://192.168.0.199:8926/api这一段 - target: 'http://localhost:5840/api', //这里写的是访问接口的域名和端口号 + target: 'http://localhost:5840', //这里写的是访问接口的域名和端口号 changeOrigin: true, // 必须加上这个才能跨域请求 pathRewrite: { // 重命名 '^/apis': '' diff --git a/roncoo-education-course/roncoo-education-course-service/src/main/resources/bootstrap.properties b/roncoo-education-course/roncoo-education-course-service/src/main/resources/bootstrap.properties index 45b913e76..4d84c4403 100644 --- a/roncoo-education-course/roncoo-education-course-service/src/main/resources/bootstrap.properties +++ b/roncoo-education-course/roncoo-education-course-service/src/main/resources/bootstrap.properties @@ -1,5 +1,5 @@ # info -info.eureka.host=192.168.1.181 +info.eureka.host=192.168.1.182 info.eureka.port=5761 diff --git a/roncoo-education-gateway/src/main/resources/bootstrap.properties b/roncoo-education-gateway/src/main/resources/bootstrap.properties index 196a84f73..204374aa1 100644 --- a/roncoo-education-gateway/src/main/resources/bootstrap.properties +++ b/roncoo-education-gateway/src/main/resources/bootstrap.properties @@ -1,5 +1,5 @@ # info -info.eureka.host=192.168.1.181 +info.eureka.host=192.168.1.182 info.eureka.port=5761 # profile diff --git a/roncoo-education-server-config/src/main/resources/application.properties b/roncoo-education-server-config/src/main/resources/application.properties index ed5777b1c..2a97bb1ac 100644 --- a/roncoo-education-server-config/src/main/resources/application.properties +++ b/roncoo-education-server-config/src/main/resources/application.properties @@ -1,5 +1,5 @@ # info -info.eureka.host=192.168.1.181 +info.eureka.host=192.168.1.182 info.eureka.port=5761 # profile(native\uFFFD\uFFFD\u02BE\u02B9\uFFFD\u00F1\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD) diff --git a/roncoo-education-system/roncoo-education-system-service/src/main/resources/bootstrap.properties b/roncoo-education-system/roncoo-education-system-service/src/main/resources/bootstrap.properties index 5cf952afc..b51034dcb 100644 --- a/roncoo-education-system/roncoo-education-system-service/src/main/resources/bootstrap.properties +++ b/roncoo-education-system/roncoo-education-system-service/src/main/resources/bootstrap.properties @@ -1,5 +1,5 @@ # info -info.eureka.host=192.168.1.181 +info.eureka.host=192.168.1.182 info.eureka.port=5761 # profile diff --git a/roncoo-education-user/roncoo-education-user-service/src/main/resources/bootstrap.properties b/roncoo-education-user/roncoo-education-user-service/src/main/resources/bootstrap.properties index 5cd4e65be..eae97d5da 100644 --- a/roncoo-education-user/roncoo-education-user-service/src/main/resources/bootstrap.properties +++ b/roncoo-education-user/roncoo-education-user-service/src/main/resources/bootstrap.properties @@ -1,5 +1,5 @@ # info -info.eureka.host=192.168.1.181 +info.eureka.host=192.168.1.182 info.eureka.port=5761 # profile