From 1caea0fdc7ed1788d854a2aba8853984b4494e01 Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期二, 24 六月 2025 09:56:28 +0800 Subject: [PATCH] 代码提交 --- 代码管理/WMS/WIDESEA_WMSClient/src/api/http.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/api/http.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/api/http.js" index e88b631..539de14 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/api/http.js" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/api/http.js" @@ -16,13 +16,13 @@ axios.defaults.baseURL = 'http://localhost:9290/'; } else if (process.env.NODE_ENV == 'debug') { - // axios.defaults.baseURL = 'http://192.168.2.51:9290/'; - axios.defaults.baseURL = 'http://localhost:9290/'; + axios.defaults.baseURL = 'http://192.168.2.51:9290/'; + // axios.defaults.baseURL = 'http://localhost:9290/'; } else if (process.env.NODE_ENV == 'production') { - // axios.defaults.baseURL = 'http://192.168.2.51:9290/'; - axios.defaults.baseURL = 'http://localhost:9290/'; + axios.defaults.baseURL = 'http://192.168.2.51:9290/'; + // axios.defaults.baseURL = 'http://localhost:9290/'; } if (!axios.defaults.baseURL.endsWith('/')) { axios.defaults.baseURL+="/"; -- Gitblit v1.9.3