From 48df325e80036967aa80604194563abbb4c8168f Mon Sep 17 00:00:00 2001 From: PC-20250623MANY\Administrator <344137771@qq.com> Date: Sun, 21 Sep 2025 21:56:11 +0800 Subject: [PATCH] 1 --- .env.development | 2 +- src/api/allsetting.js | 3 ++- .env.preview | 2 +- .env | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.env b/.env index fb4b5c3..aa4cdb2 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ NODE_ENV=production VUE_APP_PREVIEW=true -VUE_APP_API_BASE_URL= https://api.isusstock.com/ +VUE_APP_API_BASE_URL= https://api.huangzhongzhang.com/ # VUE_APP_API_BASE_URL=http://www.jqydl.com:8091/ # VUE_APP_API_BASE_URL= https://api.dfddgj346.xyz/ # VUE_APP_API_BASE_URL=https://www.rksv.store:8091/ diff --git a/.env.development b/.env.development index 6fc88f7..3d2bdfe 100644 --- a/.env.development +++ b/.env.development @@ -10,5 +10,5 @@ # VUE_APP_API_BASE_URL= https://www.prudentcapitals.net/ # VUE_APP_API_BASE_URL=https://api.guosen.org/ -VUE_APP_API_BASE_URL=https://api.isusstock.com/ +VUE_APP_API_BASE_URL=https://api.huangzhongzhang.com/ # VUE_APP_API_BASE_URL=http://192.168.10.5:8091/ \ No newline at end of file diff --git a/.env.preview b/.env.preview index 18f0433..8664ea8 100644 --- a/.env.preview +++ b/.env.preview @@ -2,6 +2,6 @@ VUE_APP_PREVIEW=true -VUE_APP_API_BASE_URL=https://api.isusstock.com/ +VUE_APP_API_BASE_URL=https://api.huangzhongzhang.com/ # VUE_APP_API_BASE_URL=http://192.168.10.4:8091/ \ No newline at end of file diff --git a/src/api/allsetting.js b/src/api/allsetting.js index 953a3e9..dadb718 100644 --- a/src/api/allsetting.js +++ b/src/api/allsetting.js @@ -14,7 +14,8 @@ paydel: '/admin/pay/del.do', // 删除支付渠道 payadd: '/admin/pay/add.do', // 添加支付渠道 payupdate: '/admin/pay/update.do', // 修改支付渠道 - sitegetInfo: '/api/site/getInfo.do', // 系统设置 + // sitegetInfo: '/api/site/getInfo.do', // 系统设置 + sitegetInfo: '/admin/info/get.do', // 系统设置 infoupdate: '/admin/info/update.do', // 修改系统设置 queryAll: 'admin/stockTimeSetting/queryAll.do', // 查看股票时间 updatetime: '/admin/stockTimeSetting/update.do', // 修改股票时间 -- Gitblit v1.9.3