123
dcc
2024-07-16 59f6bde1ae93427739a9bc076901e8219abfd200
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://stock.aarushstock.com/#/register?agentCode=' + this.userdetail.agentCode
          // var url = 'https://www.rksv.one' + '/#/register?agentCode=' + this.userdetail.agentCode
          this.wapurl = url.replace('agent.', '')
        }