From e3172de7866b5d04e4d3a4d5eea400c7b3eea227 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 14 八月 2024 09:56:40 +0800 Subject: [PATCH] 提交 --- common/constant.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/common/constant.js b/common/constant.js index b51f7f0..aeb496f 100644 --- a/common/constant.js +++ b/common/constant.js @@ -2,10 +2,14 @@ let VUE_APP_BASE_URL= null; if (process.env.NODE_ENV == 'development') { VUE_APP_BASE_URL = 'http://192.168.2.15:8082' + // VUE_APP_BASE_URL = 'http://117.190.40.54:6622/edu' // VUE_APP_BASE_URL = 'http://47.108.222.15:8000' }else { - VUE_APP_BASE_URL = 'http://192.168.2.15:8082' + // VUE_APP_BASE_URL = 'http://192.168.2.15:8082' + // 正式环境 // VUE_APP_BASE_URL = 'http://47.108.222.15:8000' + // 国泰 + VUE_APP_BASE_URL = 'http://117.190.40.54:6622/edu' } export default VUE_APP_BASE_URL \ No newline at end of file -- Gitblit v1.9.2