From 3a89dccdfd514177d8cb2f4d873043008a30fe0b Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Wed, 10 Apr 2024 20:20:22 +0800
Subject: [PATCH] 订单详情

---
 src/axios/api.url.js |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 128eaf0..099e6ec 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -9,10 +9,7 @@
   // 0311
   baseURL: "https://api.3falcon.com/",
   // 本地
-  // baseURL: "http://192.168.0.113:8091/",
-  // baseURL: "http://192.168.0.104:8091/",
-  // baseURL: 'http://121.43.237.202:8091/',
-  // baseURL: 'http://192.168.0.103:8091/',
+  // baseURL: "http://192.168.0.101:8091/",
   util: {
     image: "/util/image.html" // 图片上传
   }

--
Gitblit v1.9.3