You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
341 B

# 项目本地运行端口号
VITE_PORT=8090
# open 运行 npm run dev 时自动打开浏览
VITE_OPEN=true
# 内部测试
# VITE_BASE_URL='http://222.71.165.188:8102'
# VITE_BASE_URL='http://localhost:8102'
VITE_BASE_URL='http://192.168.30.3:8102'
# 外网测试
# VITE_BASE_URL='http://60.190.91.78:8102'
# 接口地址
VITE_API_URL=/api