From cb9eeec0baa75abb9c5e961aeb8e0c519a951f64 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 16 Jul 2024 10:18:32 +0800
Subject: [PATCH] 123

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

diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 1b20c60..2ac115b 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -1,17 +1,15 @@
 // const ENV = process.env.NODE_ENV
 export default {
   DOMAIN: "https://api.essencefunds.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',
   // 0311
-  // baseURL: "https://api.essencefunds.com/",
+  baseURL: "https://api.aarushstock.com/",
   // 本地
-  baseURL: "http://192.168.0.105:8091/",
+  // baseURL: "http://192.168.10.5:8091/",
   util: {
     image: "/util/image.html" // 图片上传
   }

--
Gitblit v1.9.3