2024-05-11 09:53:05 +08:00
|
|
|
|
# Whether to open mock
|
|
|
|
|
|
VITE_USE_MOCK = true
|
|
|
|
|
|
|
|
|
|
|
|
# public path
|
|
|
|
|
|
VITE_PUBLIC_PATH = /
|
|
|
|
|
|
|
|
|
|
|
|
# Basic interface address SPA
|
|
|
|
|
|
#VITE_GLOB_API_URL=/basic-api
|
2024-05-29 14:03:41 +08:00
|
|
|
|
#财源
|
2024-06-06 16:47:16 +08:00
|
|
|
|
# VITE_GLOB_API_URL= http://192.168.10.102:9500
|
2024-06-20 17:08:15 +08:00
|
|
|
|
|
|
|
|
|
|
VITE_GLOB_API_URL = http://192.168.10.131:8989
|
|
|
|
|
|
|
2024-05-29 14:03:41 +08:00
|
|
|
|
#基础框架
|
2024-06-20 17:08:15 +08:00
|
|
|
|
# VITE_GLOB_API_URL=http://123.132.248.154:9104
|
2024-05-11 09:53:05 +08:00
|
|
|
|
|
|
|
|
|
|
# File upload address, optional
|
2024-06-18 09:59:49 +08:00
|
|
|
|
# It can be forwarded by nginx or write the actual address directly
|
2024-05-11 09:53:05 +08:00
|
|
|
|
VITE_GLOB_UPLOAD_URL=http://60.213.14.14:6070
|
|
|
|
|
|
|
|
|
|
|
|
# Interface prefix
|
|
|
|
|
|
VITE_GLOB_API_URL_PREFIX=
|