瀏覽代碼

支持ssl证书

xie.bx 3 年之前
父節點
當前提交
14574891b9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      im-ui/.env.production

+ 1 - 1
im-ui/.env.production

@@ -1,6 +1,6 @@
 ENV = 'production'
 
 # 接口地址
-VUE_APP_BASE_API  = 'http://8.134.92.70/api'
+VUE_APP_BASE_API  = 'https://8.134.92.70:443/api'
 
 VUE_APP_WS_URL = 'ws://8.134.92.70:81/im'