From 117da08d652db513d8889924ea12b13aed68fba2 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 16 七月 2024 14:59:09 +0800 Subject: [PATCH] 提交 --- common/constant.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/constant.js b/common/constant.js index 636053f..a5678cb 100644 --- a/common/constant.js +++ b/common/constant.js @@ -1,7 +1,7 @@ let VUE_APP_BASE_URL= null; if (process.env.NODE_ENV == 'development') { - VUE_APP_BASE_URL = 'http://sms.sinanoaq.cn/api' + VUE_APP_BASE_URL = 'http://192.168.2.15:8082' // VUE_APP_BASE_URL = 'http://121.239.169.30:13001' }else { // VUE_APP_BASE_URL = 'http://192.168.0.47:8086' -- Gitblit v1.9.2