From a1fb6cd3c3b8a48da4f9393e09718da04f51a373 Mon Sep 17 00:00:00 2001
From: DESKTOP-CVS3R96\我恁爹 <11>
Date: Tue, 15 Nov 2022 09:58:00 +0800
Subject: [PATCH] 11111
---
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