From f8b256ef152e54c19adb85856f62432d59c16b6e Mon Sep 17 00:00:00 2001
From: DESKTOP-CVS3R96\我恁爹 <11>
Date: Mon, 14 Nov 2022 19:00:29 +0800
Subject: [PATCH] wener~

---
 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