diff --git a/im-ui/.env.production b/im-ui/.env.production index acca7e2..f372106 100644 --- a/im-ui/.env.production +++ b/im-ui/.env.production @@ -1,6 +1,8 @@ ENV = 'production' +# app名称 +VUE_APP_NAME = "盒子IM" # 接口地址 VUE_APP_BASE_API = 'https://8.134.92.70:443/api' - +# ws地址 VUE_APP_WS_URL = 'wss://8.134.92.70:81/im' \ No newline at end of file diff --git a/im-ui/public/index.html b/im-ui/public/index.html index d2c9d76..5ae1079 100644 --- a/im-ui/public/index.html +++ b/im-ui/public/index.html @@ -5,13 +5,9 @@ -