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