From 3e73935dd4f48c6ddb0ecd190eae02654f3a85a3 Mon Sep 17 00:00:00 2001 From: lucky Date: Fri, 12 Mar 2021 18:55:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .env.development | 6 +- .env.production | 6 +- rest/project.http | 4 +- src/App.vue | 8 +- src/components/Activity/ActivityDate.vue | 2 +- src/components/Banner/BannerSearch.vue | 24 ++- src/components/BtnCom/BtnCon.vue | 2 +- src/components/Community/CommentSearch.vue | 1 + src/components/Community/CommunitySearch.vue | 2 + src/components/Enroll/EnrollSearch.vue | 4 +- .../IndustryInfo/ActivitySearch.vue | 10 +- src/components/Mentor/MentorAdd.vue | 174 ---------------- src/components/Mentor/MentorDate.vue | 189 ------------------ src/components/Mentor/MentorEdit.vue | 174 ---------------- src/components/Mentor/MentorSearch.vue | 59 ------ src/components/Partner/PartnerDate.vue | 6 - src/components/Partner/PartnerSearch.vue | 8 +- src/components/Policy/PolicySearch.vue | 8 +- src/components/RD/RDSearch.vue | 26 ++- src/components/User/UserSearch.vue | 6 +- .../HatchingDemandFilling.vue | 14 +- .../IndustryDemandReport.vue | 15 +- 23 files changed, 89 insertions(+), 661 deletions(-) delete mode 100644 src/components/Mentor/MentorAdd.vue delete mode 100644 src/components/Mentor/MentorDate.vue delete mode 100644 src/components/Mentor/MentorEdit.vue delete mode 100644 src/components/Mentor/MentorSearch.vue diff --git a/.env b/.env index 29b808f..84bea95 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ VUE_APP_MODE=production VUE_APP_PREVIEW=false -VUE_APP_URL=http://www.sxwikionline.com/ +VUE_APP_URL=https://www.sxgreenvalley.com/ diff --git a/.env.development b/.env.development index 48c5467..da3f296 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ VUE_APP_MODE=development VUE_APP_NODE_ENV=development VUE_APP_SCENE=greenback -VUE_APP_BASE_URL=http://www.sxwikionline.com/ -VUE_APP_API_URL=http://www.sxwikionline.com/gateway +VUE_APP_BASE_URL=https://www.sxgreenvalley.com/ +VUE_APP_API_URL=https://www.sxgreenvalley.com/gateway VUE_APP_PROXY_URL=/gateway VUE_APP_PUBLIC_PATH=/greenback -VUE_APP_MSG_URL=wss://test.tall.wiki/websocket/message/v4.0/ws +VUE_APP_MSG_URL=wss://www.sxgreenvalley.com/websocket/message/v4.0/ws VUE_APP_TITLE=绿谷在线 VUE_APP_DESCRIPTION=绿谷在线管理后台 diff --git a/.env.production b/.env.production index eb19c55..52fca1b 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ VUE_APP_MODE=production VUE_APP_NODE_ENV=production VUE_APP_SCENE=greenback -VUE_APP_BASE_URL=http://www.sxwikionline.com/ -VUE_APP_API_URL=http://www.sxwikionline.com/gateway +VUE_APP_BASE_URL=https://www.sxgreenvalley.com/ +VUE_APP_API_URL=https://www.sxgreenvalley.com/gateway VUE_APP_PROXY_URL=/gateway VUE_APP_PUBLIC_PATH=/greenback -VUE_APP_MSG_URL=wss://www.tall.wiki/websocket/message/v4.0/ws +VUE_APP_MSG_URL=wss://www.sxgreenvalley.com/websocket/message/v4.0/ws VUE_APP_TITLE=绿谷在线 VUE_APP_DESCRIPTION=绿谷在线管理后台 diff --git a/rest/project.http b/rest/project.http index de9ad89..0c54324 100644 --- a/rest/project.http +++ b/rest/project.http @@ -1,6 +1,6 @@ # @tall = {{url}}/tall/v1.0 -@tall = http://www.sxwikionline.com/gateway/tall/v1.0 -@greenvalley = http://www.sxwikionline.com/gateway/greenvalley +@tall = https://www.sxgreenvalley.com/gateway/tall/v1.0 +@greenvalley = https://www.sxgreenvalley.com/gateway/greenvalley @type = content-type: application/json;charset=utf-8 ### login diff --git a/src/App.vue b/src/App.vue index 271b478..92a4506 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@