| | |
| | | NODE_ENV=production |
| | | VUE_APP_PREVIEW=true |
| | | # VUE_APP_API_BASE_URL=http://www.ojwuf.com:8091/ |
| | | VUE_APP_API_BASE_URL=https://api.dfddgj346.xyz/ |
| | | VUE_APP_API_BASE_URL=https://api.pentagon-member.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.dfddgj346.xyz/ |
| | | VUE_APP_API_BASE_URL=https://api.pentagon-member.com/ |
| | |
| | | NODE_ENV=production |
| | | VUE_APP_PREVIEW=true |
| | | VUE_APP_API_BASE_URL=https://api.dfddgj346.xyz/ |
| | | VUE_APP_API_BASE_URL=https://api.pentagon-member.com/ |
| | |
| | | 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.', '') |
| | | } |
| | |
| | | dataIndex: 'userAmt', |
| | | align: 'center', |
| | | customRender: (text, row, index) => { |
| | | return text.toFixed(2) |
| | | if(!text && text == null ){ |
| | | return 0 |
| | | }else{ |
| | | return text.toFixed(2) |
| | | } |
| | | }, |
| | | }, |
| | | { |