From 74bcf0374dad94d352b68f10e2e3d6e0ebc2c9dc Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 07 Apr 2024 12:32:13 +0800
Subject: [PATCH] 1
---
src/axios/api.url.js | 24 ++++++++++++++++--------
1 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 768ebf7..128eaf0 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -1,13 +1,21 @@
-
-const ENV = process.env.NODE_ENV
+// const ENV = process.env.NODE_ENV
export default {
- DOMAIN: 'https://api.mitrade.cc/',
- baseURL: ENV == 'development'?'https://api.mitrade.cc/':'https://api.mitrade.cc/',
+ DOMAIN: "https://api.3falcon.com/",
+ // baseURL: ENV == 'development'?'https://api.guosen.org/':'https://api.guosen.org/',
// baseURL: 'http://localhost:8070',
/* Util API */
- baseURL: 'https://api.mitrade.cc/',
+ // baseURL: '/',
+ // baseURL: 'http://www.jumptalk.net:8091',
+ // 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/',
util: {
- image: '/util/image.html' // 图片上传
+ image: "/util/image.html" // 图片上传
}
-}
-// https://api.mitrade.cc
\ No newline at end of file
+};
+// https://api.guosen.org
+//
--
Gitblit v1.9.3