diff --git a/jero-web/.env b/jero-web/.env index a184f564..9a1e7a01 100644 --- a/jero-web/.env +++ b/jero-web/.env @@ -1,3 +1,3 @@ NODE_ENV=production -VUE_APP_PLATFORM_NAME=JeecgBoot 企业级快速开发平台 +VUE_APP_PLATFORM_NAME=JeroBoot 企业级快速开发平台 VUE_APP_SSO=false \ No newline at end of file diff --git a/jero-web/.env.development b/jero-web/.env.development index c514e743..a05b1da6 100644 --- a/jero-web/.env.development +++ b/jero-web/.env.development @@ -1,4 +1,4 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://localhost:8080/jeecg-boot +VUE_APP_API_BASE_URL=http://localhost:8080/jero-boot VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas -VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file +VUE_APP_ONLINE_BASE_URL=http://fileview.jero.com/onlinePreview \ No newline at end of file diff --git a/jero-web/.env.production b/jero-web/.env.production index 18c6447f..4493bff5 100644 --- a/jero-web/.env.production +++ b/jero-web/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=https://bootapi.jeecg.com +VUE_APP_API_BASE_URL=https://bootapi.jero.com VUE_APP_CAS_BASE_URL=http://localhost:8888/cas -VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file +VUE_APP_ONLINE_BASE_URL=http://fileview.jero.com/onlinePreview \ No newline at end of file diff --git a/jero-web/.env.test b/jero-web/.env.test index 9cda05ac..6667bf3a 100644 --- a/jero-web/.env.test +++ b/jero-web/.env.test @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=http://boot.jeecg.com:8080/jeecg-boot +VUE_APP_API_BASE_URL=http://boot.jero.com:8080/jero-boot VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas -VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file +VUE_APP_ONLINE_BASE_URL=http://fileview.jero.com/onlinePreview \ No newline at end of file diff --git a/jero-web/Dockerfile b/jero-web/Dockerfile index 13b8769d..b93536cb 100644 --- a/jero-web/Dockerfile +++ b/jero-web/Dockerfile @@ -1,12 +1,12 @@ FROM nginx -MAINTAINER jeecgos@163.com +MAINTAINER test@163.com VOLUME /tmp ENV LANG en_US.UTF-8 RUN echo "server { \ listen 80; \ - location ^~ /jeecg-boot { \ - proxy_pass http://jeecg-boot-system:8080/jeecg-boot/; \ - proxy_set_header Host jeecg-boot-system; \ + location ^~ /jero-boot { \ + proxy_pass http://jero-boot-system:8080/jero-boot/; \ + proxy_set_header Host jero-boot-system; \ proxy_set_header X-Real-IP \$remote_addr; \ proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for; \ } \ diff --git a/jero-web/public/index.html b/jero-web/public/index.html index 6736346e..8c921506 100644 --- a/jero-web/public/index.html +++ b/jero-web/public/index.html @@ -251,7 +251,7 @@
-
正在加载 JeecgBoot 快速开发平台,请耐心等待 +
正在加载,请耐心等待
diff --git a/jero-web/src/components/jero/JFormContainer.vue b/jero-web/src/components/jero/JFormContainer.vue index e73b5c3c..8daf9b23 100644 --- a/jero-web/src/components/jero/JFormContainer.vue +++ b/jero-web/src/components/jero/JFormContainer.vue @@ -35,27 +35,27 @@ } \ No newline at end of file diff --git a/jero-web/src/components/jero/JImageUpload.vue b/jero-web/src/components/jero/JImageUpload.vue index 004fd44d..c9fd1f88 100644 --- a/jero-web/src/components/jero/JImageUpload.vue +++ b/jero-web/src/components/jero/JImageUpload.vue @@ -227,10 +227,6 @@