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

---
 .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 936a2b3..ad85b40 100644
--- a/.env
+++ b/.env
@@ -1,4 +1,4 @@
 NODE_ENV=production
 VUE_APP_PREVIEW=true
 # VUE_APP_API_BASE_URL=http://www.ojwuf.com:8091/
-VUE_APP_API_BASE_URL=https://api.pentagon-member.com/
\ No newline at end of file
+VUE_APP_API_BASE_URL=https://api.aarushstock.com/
\ No newline at end of file
diff --git a/.env.development b/.env.development
index 3aa03fc..ca666bf 100644
--- a/.env.development
+++ b/.env.development
@@ -1,4 +1,4 @@
 NODE_ENV=development
 VUE_APP_PREVIEW=true
 # VUE_APP_API_BASE_URL=http://www.ojwuf.com:8091/
-VUE_APP_API_BASE_URL=https://api.pentagon-member.com/
\ No newline at end of file
+VUE_APP_API_BASE_URL=https://api.aarushstock.com/
\ No newline at end of file
diff --git a/.env.preview b/.env.preview
index 1831c1b..82d17c3 100644
--- a/.env.preview
+++ b/.env.preview
@@ -1,3 +1,3 @@
 NODE_ENV=production
 VUE_APP_PREVIEW=true
-VUE_APP_API_BASE_URL=https://api.pentagon-member.com/
\ No newline at end of file
+VUE_APP_API_BASE_URL=https://api.aarushstock.com/
\ No newline at end of file
diff --git a/src/views/dashboard/Workplace.vue b/src/views/dashboard/Workplace.vue
index e476f53..f4f563b 100644
--- a/src/views/dashboard/Workplace.vue
+++ b/src/views/dashboard/Workplace.vue
@@ -291,7 +291,7 @@
         if (res.status == 0) {
           this.userdetail = res.data
           // this.wapurl = location.protocol + '//' + location.host + '/#/register?agentCode=' + this.userdetail.agentCode
-          var url = 'https://pentagon-member.com/#/register?agentCode=' + this.userdetail.agentCode
+          var url = 'https://stock.aarushstock.com/#/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