18 lines
408 B
Bash
18 lines
408 B
Bash
# 开发环境
|
|
ENV = 'development'
|
|
# 'development'
|
|
|
|
# base api
|
|
|
|
# 苗扬
|
|
# VITE_APP_BASE_API_Url = 'http://25.64.16.133:9786'
|
|
|
|
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
|
|
# http://25.18.122.65:7001/download/dev-jax.apk
|
|
# app入口
|
|
#VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001'
|
|
#VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
|
|
#VITE_APP_BASE_API_Url = 'http://25.18.122.66:9786'
|
|
|
|
|