13 lines
431 B
Plaintext
13 lines
431 B
Plaintext
# 本地环境
|
|
ENV = development
|
|
VITE_PUBLIC_PATH = /
|
|
|
|
# 本地环境接口地址
|
|
# VITE_API_URL = https://aicaibao.cs.com.cn/api/admin
|
|
# VITE_API_URL = http://192.168.31.233:8100/api/admin
|
|
# VITE_API_URL = http://8n46jf.natappfree.cc/api/admin
|
|
VITE_API_URL = http://123.60.153.169:8100/api/admin
|
|
# VITE_API_URL = https://test.smartjinrui.cn/api/admin
|
|
# VITE_API_URL = http://s36e689f.natappfree.cc/api/admin
|
|
|
|
# VITE_API_URL = /api |