From d29e9808e32df7b2f93279d06c808d9cf6ed182b Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 20 Feb 2021 09:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E7=9A=84?= =?UTF-8?q?=E6=89=93=E5=8C=85=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 39 ++++++--------------------------------- ruoyi-ui/.env.staging | 2 +- 2 files changed, 7 insertions(+), 34 deletions(-) diff --git a/pom.xml b/pom.xml index e1f890dc1..ebef875cb 100644 --- a/pom.xml +++ b/pom.xml @@ -8,9 +8,9 @@ dashboard 1.0.0 - ruoyi - http://www.ruoyi.vip - 若依管理系统 + dashboard + http://www.iocoder.cn + 芋道管理系统 jar @@ -23,24 +23,8 @@ 3.8.0 2.4.2 - - - - - - - - - - - - - - - 3.0.2 - 5.1.46 1.2.4 @@ -61,14 +45,6 @@ - - - - - - - - org.springframework.boot @@ -190,12 +166,6 @@ ${lombok.version} - - org.projectlombok - lombok - ${lombok.version} - - org.mapstruct mapstruct @@ -245,6 +215,9 @@ + + ${project.artifactId} + diff --git a/ruoyi-ui/.env.staging b/ruoyi-ui/.env.staging index 4b93054c2..97026114a 100644 --- a/ruoyi-ui/.env.staging +++ b/ruoyi-ui/.env.staging @@ -4,4 +4,4 @@ NODE_ENV = production ENV = 'staging' # 芋道管理系统/测试环境 -VUE_APP_BASE_API = '/stage-api' +VUE_APP_BASE_API = 'http://api.ruoyi-vue-pro.iocoder.cn/stage-api'