From 2b05362eba2f989b7857349cc9a3a1c12f8181b6 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周五, 26 9月 2025 11:35:50 +0800 Subject: [PATCH] 222 --- yiqi_screen/src/api/api.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yiqi_screen/src/api/api.js b/yiqi_screen/src/api/api.js index 972b8e5..e512858 100644 --- a/yiqi_screen/src/api/api.js +++ b/yiqi_screen/src/api/api.js @@ -6,10 +6,10 @@ // if(process.env.NODE_ENV === "development"){ // baseURL = "http://localhost:7788/" //杩欓噷鍙湪vue.config.js鍋氫竴涓唬鐞嗐�愪唬鐞嗕唬鐮佽涓嬨�� // }else{ - baseURL = "http://192.168.216.203:7788/api" + baseURL = "http://localhost:7788/api" + // baseURL = "http://192.168.216.203:7788/api" // 绾夸笂鐜鍦板潃 // } - -// baseURL = "http://localhost:7788/api" +// baseURL = "http://localhost:7788/api" //鏈湴娴嬭瘯鐜 //鍒涘缓axios瀹炰緥 const request = axios.create({ -- Gitblit v1.9.3