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 @@