From 1caea0fdc7ed1788d854a2aba8853984b4494e01 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期二, 24 六月 2025 09:56:28 +0800
Subject: [PATCH] 代码提交

---
 代码管理/成品库大屏/U01bigscreen/U01bigscreen/src/api/ajax.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\210\220\345\223\201\345\272\223\345\244\247\345\261\217/U01bigscreen/U01bigscreen/src/api/ajax.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\210\220\345\223\201\345\272\223\345\244\247\345\261\217/U01bigscreen/U01bigscreen/src/api/ajax.js"
index e619cd1..e814251 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\210\220\345\223\201\345\272\223\345\244\247\345\261\217/U01bigscreen/U01bigscreen/src/api/ajax.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\210\220\345\223\201\345\272\223\345\244\247\345\261\217/U01bigscreen/U01bigscreen/src/api/ajax.js"
@@ -1,8 +1,8 @@
 // 杩欎釜鏃禷xios鐨勯厤缃�
 import axios from 'axios';
 // import { config } from 'vue/types/umd';
-// axios.defaults.baseURL ='http://192.168.2.51:9290'; //'http://127.0.0.1:8096';//  //'http://localhost:8099'; //'http://192.168.2.51:8099';//
-axios.defaults.baseURL ='http://127.0.0.1:9290';
+axios.defaults.baseURL ='http://192.168.2.51:9290'; //'http://127.0.0.1:8096';//  //'http://localhost:8099'; //'http://192.168.2.51:8099';//
+// axios.defaults.baseURL ='http://127.0.0.1:9290';
 // 閿欒淇℃伅澶勭悊
 const  errorHandle = (status, other) => {
   switch (status) {

--
Gitblit v1.9.3