From 724f42c61e81de643ff94256b2ab3661533f5106 Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期五, 25 四月 2025 10:47:56 +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 e814251..e619cd1 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