初始化
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
server:
|
server:
|
||||||
port: 9002
|
port: 32002
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
server:
|
server:
|
||||||
port: 9001
|
port: 32001
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
server:
|
server:
|
||||||
port: 9000
|
port: 32000
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# 开发环境配置
|
# 开发环境配置
|
||||||
VITE_LOGIN_URL=http://127.0.0.1:5001
|
VITE_LOGIN_URL=http://127.0.0.1:32001
|
||||||
VITE_WEB_URL=http://127.0.0.1:5001
|
VITE_WEB_URL=http://127.0.0.1:32001
|
||||||
VITE_GATEWAY_URL=http://127.0.0.1:9000
|
VITE_GATEWAY_URL=http://127.0.0.1:32000
|
||||||
VITE_COOKIE_DOMAIN=
|
VITE_COOKIE_DOMAIN=
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
port: 5001,
|
port: 31001,
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
target: 'es2015',
|
target: 'es2015',
|
||||||
|
|||||||
Reference in New Issue
Block a user