diff --git a/.env.development b/.env.development index 69c82f7..52c4fda 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ VUE_APP_MODE=development VUE_APP_NODE_ENV=development VUE_APP_SCENE=tcm -VUE_APP_BASE_URL=http://sxzxyzzlm.tall.wiki/ -VUE_APP_API_URL=http://sxzxyzzlm.tall.wiki/gateway +VUE_APP_BASE_URL=https://sxzxyzzlm.tall.wiki/ +VUE_APP_API_URL=https://sxzxyzzlm.tall.wiki/gateway VUE_APP_PROXY_URL=/gateway VUE_APP_PUBLIC_PATH=/tcm VUE_APP_MSG_URL=wss://sxzxyzzlm.tall.wiki/websocket/message/v4.0/ws diff --git a/rest/http-client.env.json b/rest/http-client.env.json index 34ce0f9..200c56a 100644 --- a/rest/http-client.env.json +++ b/rest/http-client.env.json @@ -6,10 +6,10 @@ }, "dev": { "name": "dev", - "url": "http://192.168.0.99/gateway" + "url": "http://192.168.31.13/gateway" }, "local": { "version": "v2", - "url": "http://192.168.0.99/gateway" + "url": "http://192.168.31.13/gateway" } } diff --git a/src/App.vue b/src/App.vue index 905cb03..8f5c01e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@ * @email: 18603454788@163.com * @Date: 2021-02-22 09:20:03 * @LastEditors: wally - * @LastEditTime: 2021-04-28 09:57:13 + * @LastEditTime: 2021-05-09 21:17:03 -->