From f98106d279a980e1e31a584b84ea9cd718ee98db Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 19 Jul 2024 13:55:31 +0800
Subject: [PATCH] 客服链接换成stock.coinbtcs.com
---
src/views/dashboard/Workplace.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/dashboard/Workplace.vue b/src/views/dashboard/Workplace.vue
index e476f53..3c99ecd 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.coinbtcs.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