dcc
2024-07-16 d136a6fa385be6821f32f5e98d506bc851d40774
链接(移动端)链接替换,用户列表排版问题
5 files modified
14 ■■■■■ 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
src/views/userlist/index.vue 6 ●●●● 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.dfddgj346.xyz/
VUE_APP_API_BASE_URL=https://api.pentagon-member.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.dfddgj346.xyz/
VUE_APP_API_BASE_URL=https://api.pentagon-member.com/
.env.preview
@@ -1,3 +1,3 @@
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/
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.', '')
        }
src/views/userlist/index.vue
@@ -184,7 +184,11 @@
          dataIndex: 'userAmt',
          align: 'center',
          customRender: (text, row, index) => {
            return text.toFixed(2)
            if(!text && text == null ){
              return 0
            }else{
              return text.toFixed(2)
            }
          },
        },
        {