YangYuGang
2025-04-14 6a7257f9d8f659c508cf826726126c0fa4363eef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
###
 # @Description: file content
 # @Author: Ben Lin
 # @version: 
 # @Date: 2024-06-17 14:51:25
 # @LastEditors: Ben Lin
 # @LastEditTime: 2024-08-27 09:32:23
### 
# Whether to open mock
VITE_USE_MOCK = false
 
# public path
VITE_PUBLIC_PATH = /
 
# Whether to enable gzip or brotli compression
# Optional: gzip | brotli | none
# If you need multiple forms, you can use `,` to separate
VITE_BUILD_COMPRESS = 'none'
 
 
# Basic interface address SPA
VITE_GLOB_API_URL=http://47.115.28.255:9520/api
VITE_GLOB_SYS_API_URL=http://47.115.28.255:9520
VITE_GLOB_TSK_API_URL=http://47.115.28.255:9520/api
VITE_GLOB_WS_URL=ws://47.115.28.255:7519
 
# File upload address, optional
# It can be forwarded by nginx or write the actual address directly
VITE_GLOB_UPLOAD_URL = /upload
# 下载地址
VITE_GLOB_DOWNLOAD_URL=http://47.115.28.255:8800/files
 
# Interface prefix
VITE_GLOB_API_URL_PREFIX =
VITE_GLOB_MAP_KEY = 4I4BZ-HLFC4-WRLUP-XXYTX-FFHY2-DQFH4
VITE_USE_ORG = 'N'
#systm type WMS/MES
VITE_GLOB_SYS_TYPE = MES