From b18fc26a095ca2855d71b59975dab70d72501451 Mon Sep 17 00:00:00 2001
From: XiGuaSSR <623844246@qq.com>
Date: Mon, 14 Nov 2022 19:35:48 +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 35a677e..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://192.168.10.12:8091/',
-  baseURL: ENV == 'development'?'http://192.168.10.12:8091/':'http://192.168.10.12: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://192.168.10.12: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