Commit 0c2551d8 authored by yun's avatar yun

暂时修改为预上线地址

parent 408ca7e0
......@@ -2,16 +2,28 @@
ENV = 'development'
# base api 后端接口配置
VUE_APP_BASE_API = 'http://192.168.5.54/api/education/v1'
VUE_APP_BASE_API2 = 'http://192.168.5.54'
# VUE_APP_BASE_API = 'http://192.168.5.54/api/education/v1'
# VUE_APP_BASE_API2 = 'http://192.168.5.54'
# 考试系统地址
VUE_APP_BASE_API3 = 'http://192.168.5.161:7044'
# VUE_APP_BASE_API3 = 'http://192.168.5.161:7044'
# 手机端前台地址
VUE_APP_BASE_API4 = 'http://192.168.15.139:8001'
# VUE_APP_BASE_API4 = 'http://192.168.15.139:8001'
# 不走网关的后台地址
VUE_APP_BASE_API5 = 'http://192.168.5.191:7043'
# VUE_APP_BASE_API5 = 'http://192.168.5.191:7043'
# 客户端前端地址
VUE_APP_BASE_API6 = 'http://192.168.15.139:8080'
# VUE_APP_BASE_API6 = 'http://192.168.15.139:8080'
# 预上线环境地址
VUE_APP_BASE_API = 'https://zhixinstage.zhiguaniot.com/api/education/v1'
VUE_APP_BASE_API2 = 'https://zhixinstage.zhiguaniot.com'
# 考试系统地址
VUE_APP_BASE_API3 = 'https://zhixinstage.zhiguaniot.com/education-exam'
# 手机端前台地址
VUE_APP_BASE_API4 = 'https://zhixinstage.zhiguaniot.com/education-mobile'
# 不走网关的后台地址
VUE_APP_BASE_API5 = 'https://zhixinstage.zhiguaniot.com/education'
# 客户端前端地址
VUE_APP_BASE_API6 = 'https://zhixinstage.zhiguaniot.com/education-pc'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment