123
dcc
2024-07-16 59f6bde1ae93427739a9bc076901e8219abfd200
123
4 files modified
8 ■■■■ changed files
.env 2 ●●● patch | view | raw | blame | history
.env.development 2 ●●● patch | view | raw | blame | history
.env.preview 2 ●●● patch | view | raw | blame | history
src/views/dashboard/Workplace.vue 2 ●●● patch | view | raw | blame | history
.env
@@ -1,4 +1,4 @@
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/
.env.development
@@ -1,4 +1,4 @@
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/
.env.preview
@@ -1,3 +1,3 @@
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/
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.aarushstock.com/#/register?agentCode=' + this.userdetail.agentCode
          // var url = 'https://www.rksv.one' + '/#/register?agentCode=' + this.userdetail.agentCode
          this.wapurl = url.replace('agent.', '')
        }