From 7903954e19f91f5213d60535a22438cfe10df1a7 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周三, 23 10月 2024 15:05:37 +0800 Subject: [PATCH] 一汽地址配置 --- 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..4e4b29d 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