From 3003b7486ddeffd169f2b2f564fc0ff8c2c58bb3 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Tue, 22 Jul 2025 09:56:04 +0800
Subject: [PATCH] 1
---
src/axios/api.url.js | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 6c7c8ee..a04096e 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -1,15 +1,17 @@
// const ENV = process.env.NODE_ENV
export default {
- DOMAIN: "https://api.pentagon-member.com/",
+ // DOMAIN: "https://api.amcfcxn.org/",
+ DOMAIN: "https://stockapi.yanshiz.com/",
+ // DOMAIN: "https://api.coinbtcs.com/",
// baseURL: ENV == 'development'?'https://api.guosen.org/':'https://api.guosen.org/',
// baseURL: 'http://localhost:8070',
/* Util API */
// baseURL: '/',
- // baseURL: 'http://www.jumptalk.net:8091',
+ // baseURL: 'https://api.coinbtcs.com/',
// 0311
- baseURL: "https://api.pentagon-member.com/",
+ // baseURL: "https://stockapi.yanshiz.com/",
// 本地
- // baseURL: "http://192.168.10.7:8091/",
+ baseURL: "http://192.168.10.5:8091/",
util: {
image: "/util/image.html" // 图片上传
}
--
Gitblit v1.9.3