From 11812ec34931e78939e87effdc32a0d0b8d04b3b Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 21 八月 2024 14:32:22 +0800 Subject: [PATCH] 提交 --- common/constant.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/constant.js b/common/constant.js index eb73fd7..dc30993 100644 --- a/common/constant.js +++ b/common/constant.js @@ -1,11 +1,11 @@ let VUE_APP_BASE_URL= null; if (process.env.NODE_ENV == 'development') { - // VUE_APP_BASE_URL = 'http://192.168.0.47:8086' - VUE_APP_BASE_URL = 'http://121.239.169.30:13001' + VUE_APP_BASE_URL = 'http://192.168.2.15:8083' + // VUE_APP_BASE_URL = 'http://47.108.222.15:8000' }else { - // VUE_APP_BASE_URL = 'http://192.168.0.47:8086' - VUE_APP_BASE_URL = 'http://121.239.169.30:13001' + VUE_APP_BASE_URL = 'http://192.168.2.15:8083' + // VUE_APP_BASE_URL = 'http://47.108.222.15:8000' } export default VUE_APP_BASE_URL \ No newline at end of file -- Gitblit v1.9.2