From 3aea665caae6ccaa1d12a52561106b6a5b8eaf39 Mon Sep 17 00:00:00 2001 From: "DESKTOP-369JRHT\\12997" <9> Date: Wed, 5 Jun 2024 17:22:15 +0800 Subject: [PATCH] no message --- fuintAdmin_zt/.env.development | 4 +++- .../src/main/resources/application.properties | 4 ++-- fuintBackend/pom.xml | 2 ++ fuintCashierWeb/.env.development | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/fuintAdmin_zt/.env.development b/fuintAdmin_zt/.env.development index e3ad97772..df7871972 100644 --- a/fuintAdmin_zt/.env.development +++ b/fuintAdmin_zt/.env.development @@ -11,7 +11,9 @@ VUE_APP_BASE_API = '/dev-api' VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.31.96:8080/' +#VUE_APP_SERVER_URL = 'http://192.168.31.96:8080/' +VUE_APP_SERVER_URL = 'http://192.168.31.178:8081' + # cp端地址 VUE_PC_SERVER_URL = 'http://47.95.206.185:85/' diff --git a/fuintBackend/fuint-application/src/main/resources/application.properties b/fuintBackend/fuint-application/src/main/resources/application.properties index 7e592246b..4e93efaf0 100644 --- a/fuintBackend/fuint-application/src/main/resources/application.properties +++ b/fuintBackend/fuint-application/src/main/resources/application.properties @@ -1,8 +1,8 @@ # \u57FA\u672C\u914D\u7F6E -server.port=8080 +server.port=8081 env.profile=dev #env.properties.path=D:/workspaces/oilSystem/fuintBackend/configure/ -env.properties.path=D:/workspaces/oilSystem/fuintBackend/configure/ +env.properties.path=D:/code/oilSystem/fuintBackend/configure/ #env.properties.path=/www/wwwroot/shenlanshuke/oilAdmin/ # \u6570\u636E\u5E93\u914D\u7F6E diff --git a/fuintBackend/pom.xml b/fuintBackend/pom.xml index 89ccc5776..ec2bb9427 100644 --- a/fuintBackend/pom.xml +++ b/fuintBackend/pom.xml @@ -235,6 +235,8 @@ 2.2 + + diff --git a/fuintCashierWeb/.env.development b/fuintCashierWeb/.env.development index 6f00f4d97..114c812b9 100644 --- a/fuintCashierWeb/.env.development +++ b/fuintCashierWeb/.env.development @@ -12,4 +12,5 @@ VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.31.96:8080/' +#VUE_APP_SERVER_URL = 'http://192.168.31.96:8080/' +VUE_APP_SERVER_URL = 'http://192.168.31.178:8081'