Browse Source

添加给联系人发送信息

kyoyue 11 months ago
parent
commit
64c93b6aeb
2 changed files with 9 additions and 2 deletions
  1. 7 1
      .env.development
  2. 2 1
      .env.production

+ 7 - 1
.env.development

@@ -9,8 +9,14 @@ VITE_BUILD_COMPRESS = 'none'
 # Delete console
 VITE_DROP_CONSOLE = false
 
+# vite 本地跨域代理
+# VITE_PROXY=[["/sys-api","http://localhost:19101"]]
+# VITE_BUILD_COMPRESS = 'none'
 # Basic interface address SPA
-VITE_GLOB_API_URL=
+VITE_GLOB_API_URL=https://wxadminapi.gkscrm.com
+# VITE_GLOB_API_URL=http://192.168.66.16:19101
+# VITE_GLOB_API_URL=/sys-api
+
 
 # File upload address, optional
 VITE_GLOB_UPLOAD_URL=/fms-api/upload

+ 2 - 1
.env.production

@@ -8,7 +8,8 @@ VITE_PUBLIC_PATH = /
 # Optional: gzip | brotli | none
 # If you need multiple forms, you can use `,` to separate
 VITE_BUILD_COMPRESS = 'none'
-
+# Delete console
+VITE_DROP_CONSOLE = true
 
 # Basic interface address SPA
 VITE_GLOB_API_URL=https://wxadminapi.gkscrm.com