Skip to content

Commit

Permalink
升级到版本到6.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
heyh committed Oct 28, 2019
1 parent 75407af commit 170dd10
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion roncoo-education-boss/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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': ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# info
info.eureka.host=192.168.1.181
info.eureka.host=192.168.1.182
info.eureka.port=5761


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# info
info.eureka.host=192.168.1.181
info.eureka.host=192.168.1.182
info.eureka.port=5761

# profile
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# info
info.eureka.host=192.168.1.181
info.eureka.host=192.168.1.182
info.eureka.port=5761

# profile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# info
info.eureka.host=192.168.1.181
info.eureka.host=192.168.1.182
info.eureka.port=5761

# profile
Expand Down

0 comments on commit 170dd10

Please sign in to comment.