From 1e2ba35e62ae8acf0f066b286341f7cf794a0eab Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 24 Aug 2025 17:37:32 +0800
Subject: [PATCH] 改地址

---
 .env.development                  |    2 +-
 .env.preview                      |    2 +-
 src/views/dashboard/Workplace.vue |    2 +-
 .env                              |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.env b/.env
index d79ff3e..80387ed 100644
--- a/.env
+++ b/.env
@@ -6,4 +6,4 @@
 # VUE_APP_API_BASE_URL=https://api.ispentagon-institution.com
 # VUE_APP_API_BASE_URL=https://api.firstwatercapital.net 
 # VUE_APP_API_BASE_URL=https://api.fidelityio.com
-VUE_APP_API_BASE_URL=http://stock.acapl.net
\ No newline at end of file
+VUE_APP_API_BASE_URL=https://api.acapl.net
\ No newline at end of file
diff --git a/.env.development b/.env.development
index 21bf741..a043e05 100644
--- a/.env.development
+++ b/.env.development
@@ -3,7 +3,7 @@
 # VUE_APP_API_BASE_URL=http://www.ojwuf.com:8091/
 # VUE_APP_API_BASE_URL=https://api.amcfcxn.org
 # VUE_APP_API_BASE_URL=https://api.ispentagon-institution.com 
-  VUE_APP_API_BASE_URL=http://stock.acapl.net
+  VUE_APP_API_BASE_URL=https://api.acapl.net
 # VUE_APP_API_BASE_URL=https://stockapi.yanshiz.com 
 # VUE_APP_API_BASE_URL=http://192.168.10.5:8091/
 # VUE_APP_API_BASE_URL=https://api.firstwatercapital.net
diff --git a/.env.preview b/.env.preview
index 90042b4..2b60f04 100644
--- a/.env.preview
+++ b/.env.preview
@@ -2,5 +2,5 @@
 VUE_APP_PREVIEW=true
 # VUE_APP_API_BASE_URL=https://api.amcfcxn.org/
 # VUE_APP_API_BASE_URL=https://api.ispentagon-institution.com
-  VUE_APP_API_BASE_URL=http://stock.acapl.net
+  VUE_APP_API_BASE_URL=https://api.acapl.net
 # VUE_APP_API_BASE_URL=https://stockapi.yanshiz.com 
\ No newline at end of file
diff --git a/src/views/dashboard/Workplace.vue b/src/views/dashboard/Workplace.vue
index 9d3c172..2707253 100644
--- a/src/views/dashboard/Workplace.vue
+++ b/src/views/dashboard/Workplace.vue
@@ -327,7 +327,7 @@
           this.userdetail = res.data
           // this.wapurl = location.protocol + '//' + location.host + '/#/register?agentCode=' + this.userdetail.agentCode
           // var url = 'https://stock.durocaspitall.com/#/register?agentCode=' + this.userdetail.agentCodestock.durocapital.net
-          var url = 'https://stock.durocapital.net'+ '/#/register?agentCode=' + this.userdetail.agentCode
+          var url = 'https://stock.acapl.net'+ '/#/register?agentCode=' + this.userdetail.agentCode
           // var url = 'https://www.rksv.one' + '/#/register?agentCode=' + this.userdetail.agentCode
           this.wapurl = url.replace('agent.', '')
         }

--
Gitblit v1.9.3