From 6e3d38e32685d6542354c7db222a0d59896e1764 Mon Sep 17 00:00:00 2001 From: wesley88 <9519127+wesley88@user.noreply.gitee.com> Date: Tue, 11 Feb 2025 10:20:41 +0800 Subject: [PATCH] 1 --- admin-web-master/src/utils/request.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-web-master/src/utils/request.js b/admin-web-master/src/utils/request.js index 6c81e29..c4ca789 100644 --- a/admin-web-master/src/utils/request.js +++ b/admin-web-master/src/utils/request.js @@ -17,9 +17,9 @@ let baseURL = '' if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; - // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; + baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; // baseURL = 'http://172.16.61.125:9003'; - baseURL = 'http://10.0.0.51:9003'; + // baseURL = 'http://10.0.0.51:9003'; // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; // baseURL = 'http://192.168.2.225:9003'; -- libgit2 0.21.4