27 lines
594 B
Bash
27 lines
594 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:7001'
|
|
|
|
app入口
|
|
<<<<<<< HEAD
|
|
|
|
# VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001'
|
|
# VITE_APP_BASE_API_Url = 'http://25.16.122.65:7001'
|
|
# VITE_APP_BASE_API_Url = 'http://25.18.122.66:9786'
|
|
|
|
=======
|
|
# VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001'
|
|
# VITE_APP_BASE_API_Url = 'http://25.16.122.65:7001'
|
|
# VITE_APP_BASE_API_Url = 'http://25.18.122.66:9786'
|
|
>>>>>>> cea58939be69e08335a0aaf3f8fef73c5fdb914a
|
|
|