From 84a320b62b0ae65386545bbffa5ebdbdb3bfb9e7 Mon Sep 17 00:00:00 2001 From: lucky Date: Fri, 15 Jan 2021 16:15:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +-- .env.production | 4 +-- src/components/Introduce/ContactUs.vue | 10 +++---- src/components/Introduce/FicHatch.vue | 2 +- src/config/api.js | 38 +++++++++++++------------- src/config/selComment.js | 4 +-- src/views/ContactUs/ContactUs.vue | 6 +--- 7 files changed, 32 insertions(+), 36 deletions(-) diff --git a/.env.development b/.env.development index b838958..5a1a5e4 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ VUE_APP_MODE=development VUE_APP_NODE_ENV=development -VUE_APP_SCENE=greenvalley +VUE_APP_SCENE=wiki VUE_APP_BASE_URL=http://www.sxwikionline.com/ VUE_APP_API_URL=http://www.sxwikionline.com/gateway VUE_APP_PROXY_URL=/gateway -VUE_APP_PUBLIC_PATH=/greenvalley +VUE_APP_PUBLIC_PATH=/wiki VUE_APP_MSG_URL=wss://test.tall.wiki/websocket/message/v4.0/ws VUE_APP_TITLE=绿谷在线 VUE_APP_DESCRIPTION=绿谷在线管理后台 diff --git a/.env.production b/.env.production index 288ae87..97db3bf 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ VUE_APP_MODE=production VUE_APP_NODE_ENV=production -VUE_APP_SCENE=greenvalley +VUE_APP_SCENE=wiki VUE_APP_BASE_URL=http://www.sxwikionline.com/ VUE_APP_API_URL=http://www.sxwikionline.com/gateway VUE_APP_PROXY_URL=/gateway -VUE_APP_PUBLIC_PATH=/greenvalley +VUE_APP_PUBLIC_PATH=/wiki VUE_APP_MSG_URL=wss://www.tall.wiki/websocket/message/v4.0/ws VUE_APP_TITLE=绿谷在线 VUE_APP_DESCRIPTION=绿谷在线管理后台 diff --git a/src/components/Introduce/ContactUs.vue b/src/components/Introduce/ContactUs.vue index d7c77e2..6ebd829 100644 --- a/src/components/Introduce/ContactUs.vue +++ b/src/components/Introduce/ContactUs.vue @@ -13,24 +13,24 @@