feature(web): 接入网关,使用随机端口访问

This commit is contained in:
2023-05-18 17:52:45 +08:00
parent d16135f6d0
commit 6d843f1c86
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
server: server:
port: 38000 port: 0
spring: spring:
application: application:
name: service-web name: service-web

View File

@@ -69,7 +69,7 @@
{ {
data: { data: {
// base: 'http://132.122.116.142:38000', // base: 'http://132.122.116.142:38000',
base: '', base: '/hudi_services/service_web',
}, },
}, },
{ {