From 0d8475e099e1dfcb198f513da086909fbe32edad Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 15 Jan 2026 16:20:40 +0800
Subject: [PATCH] 1
---
/dev/null | 0
.gitignore | 1 +
config/index.js | 2 +-
src/axios/api.url.js | 4 ++--
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index efaa890..a584d16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
*.njsproj
*.sln
qd_ym.rar
+ag.rar
diff --git a/config/index.js b/config/index.js
index 00a92a0..d37c3e1 100644
--- a/config/index.js
+++ b/config/index.js
@@ -14,7 +14,7 @@
'/': {
// target: 'https://pc.zsycyy.com',
// target: 'http://www.shehua56.com',
- target:'https://stock101.shengliankeji.top/',
+ target:'https://stockhsapi.datacme.com/',
secure: false,
changeOrigin: true,
pathRewrite: {
diff --git a/dist.rar b/dist.rar
deleted file mode 100644
index f0fe47c..0000000
--- a/dist.rar
+++ /dev/null
Binary files differ
diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index bdcb357..ab7ea48 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -1,8 +1,8 @@
const ENV = process.env.NODE_ENV
export default {
- DOMAIN: 'https://stock101.shengliankeji.top/',
- baseURL: ENV == 'development' ? 'https://stock101.shengliankeji.top/' :'https://stock101.shengliankeji.top/',
+ DOMAIN: 'https://stockhsapi.datacme.com/',
+ baseURL: ENV == 'development' ? 'https://stockhsapi.datacme.com/' :'https://stockhsapi.datacme.com/',
// // baseURL: 'http://localhost:8070',
// /* Util API */
// // baseURL: 'https://astockapi.shengliankeji.top/',
--
Gitblit v1.9.3