| | |
| | | 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/ |
| | | VUE_APP_API_BASE_URL=https://api.aarushstock.com/ |
| | |
| | | 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/ |
| | | VUE_APP_API_BASE_URL=https://api.aarushstock.com/ |
| | |
| | | NODE_ENV=production |
| | | VUE_APP_PREVIEW=true |
| | | VUE_APP_API_BASE_URL=https://api.pentagon-member.com/ |
| | | VUE_APP_API_BASE_URL=https://api.aarushstock.com/ |
| | |
| | | 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.', '') |
| | | } |