From fc5ec7167a7d371d2cd945656bb63c7b5267a6c7 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 18 Apr 2024 15:24:17 +0800
Subject: [PATCH] build:preview

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

diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 190c4f9..6a99e5c 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -1,15 +1,15 @@
 // const ENV = process.env.NODE_ENV
 export default {
-  DOMAIN: "https://api.3falcon.com/",
+  DOMAIN: "https://api.marwadi.online/",
   // baseURL: ENV == 'development'?'https://api.guosen.org/':'https://api.guosen.org/',
   // baseURL: 'http://localhost:8070',
   /* Util API */
   // baseURL: '/',
   // baseURL: 'http://www.jumptalk.net:8091',
-  baseURL: "https://api.3falcon.com/",
-  // baseURL: "http://192.168.0.104:8091/",
-  // baseURL: 'http://121.43.237.202:8091/',
-  // baseURL: 'http://192.168.0.103:8091/',
+  // 0311
+  baseURL: "https://api.marwadi.online/",
+  // 本地
+  // baseURL: "http://192.168.0.109:8091/",
   util: {
     image: "/util/image.html" // 图片上传
   }

--
Gitblit v1.9.3