diff --git a/.env b/.env index 29b808f..70434f3 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=http://www.sxgreenvalley.com/ diff --git a/.env.development b/.env.development index b838958..20b1a25 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_BASE_URL=http://www.sxwikionline.com/ -VUE_APP_API_URL=http://www.sxwikionline.com/gateway +VUE_APP_BASE_URL=http://www.sxgreenvalley.com/ +VUE_APP_API_URL=http://www.sxgreenvalley.com/gateway VUE_APP_PROXY_URL=/gateway -VUE_APP_PUBLIC_PATH=/greenvalley +VUE_APP_PUBLIC_PATH=/ 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..f2dd7be 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_BASE_URL=http://www.sxwikionline.com/ -VUE_APP_API_URL=http://www.sxwikionline.com/gateway +VUE_APP_BASE_URL=http://www.sxgreenvalley.com/ +VUE_APP_API_URL=http://www.sxgreenvalley.com/gateway VUE_APP_PROXY_URL=/gateway -VUE_APP_PUBLIC_PATH=/greenvalley +VUE_APP_PUBLIC_PATH=/ VUE_APP_MSG_URL=wss://www.tall.wiki/websocket/message/v4.0/ws VUE_APP_TITLE=绿谷在线 VUE_APP_DESCRIPTION=绿谷在线管理后台 diff --git a/src/components/FooterPage/FooterPage.vue b/src/components/FooterPage/FooterPage.vue index 98e81c8..e45a69d 100644 --- a/src/components/FooterPage/FooterPage.vue +++ b/src/components/FooterPage/FooterPage.vue @@ -14,28 +14,28 @@