From 99cf9a2c55111eb1c615d1d3f512275c58c15570 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 19 Jun 2025 10:04:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/http.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/http.js b/src/utils/http.js index 0bb6187..b54ec23 100644 --- a/src/utils/http.js +++ b/src/utils/http.js @@ -7,10 +7,10 @@ import { useMemberStore } from '@/stores' */ const ENV = process.env.NODE_ENV // export const baseURL = ENV === 'development' ? 'http://192.168.0.244:18580' : 'http://192.168.0.244:18580'//测试 -// export const baseURL = ENV === 'development' ? 'http://sgwpdm.ah.sgcc.com.cn/iws/jiju-api/' : 'http://sgwpdm.ah.sgcc.com.cn/iws/jiju-api/'//生产 + export const baseURL = ENV === 'development' ? 'http://sgwpdm.ah.sgcc.com.cn/iws/clz-api' : 'http://sgwpdm.ah.sgcc.com.cn/iws/clz-api'//生产 // export const baseURL = ENV === 'development' ? '/api' : '/iws/jiju-api'; // 宏源服务 // export const baseURL = ENV === 'development' ? 'http://192.168.0.234:18080' : '***' -export const baseURL = ENV === 'development' ? 'http://192.168.0.96:18080' : 'http://sgwpdm.ah.sgcc.com.cn/iws/clz-api'//马 +// export const baseURL = ENV === 'development' ? 'http://192.168.0.96:18080' : 'http://sgwpdm.ah.sgcc.com.cn/iws/clz-api'//马 console.log('🚀 ~ baseURL:', baseURL) // export const baseURL = ENV === 'development' ? '/api' : '***'