dcc
2024-07-16 d136a6fa385be6821f32f5e98d506bc851d40774
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://www.3falcon.com/#/register?agentCode=' + this.userdetail.agentCode
          var url = 'https://pentagon-member.com/#/register?agentCode=' + this.userdetail.agentCode
          // var url = 'https://www.rksv.one' + '/#/register?agentCode=' + this.userdetail.agentCode
          this.wapurl = url.replace('agent.', '')
        }