From d8f6c671a613b841566c8d7b1f36eb2bb9640ea9 Mon Sep 17 00:00:00 2001
From: DESKTOP-CVS3R96\我恁爹 <11>
Date: Tue, 15 Nov 2022 04:15:27 +0800
Subject: [PATCH] 多于元

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

diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 9e7dc4e..768ebf7 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -1,12 +1,13 @@
 
 const ENV = process.env.NODE_ENV
 export default {
-  DOMAIN: 'http://156.226.16.4:8091/',
-  baseURL: ENV == 'development'?'http://156.226.16.4:8091/':'http://156.226.16.4:8091/',
+  DOMAIN: 'https://api.mitrade.cc/',
+  baseURL: ENV == 'development'?'https://api.mitrade.cc/':'https://api.mitrade.cc/',
   // baseURL: 'http://localhost:8070',
   /* Util API */
-  baseURL: 'http://156.226.16.4:8091/',
+  baseURL: 'https://api.mitrade.cc/',
   util: {
     image: '/util/image.html' // 图片上传
   }
 }
+// https://api.mitrade.cc
\ No newline at end of file

--
Gitblit v1.9.3