king
2020-12-17 68d839ab51dab23bcb12cfe243b318203025451b
src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -94,8 +94,16 @@
          duration: 5
        })
        return
      } else {
        url = data.LinkUrl1 + 'index.html#/ssologin/' + window.btoa(window.encodeURIComponent(JSON.stringify({
      }
      let _url = data.LinkUrl1
      if (/index\.html/ig.test(_url)) {
        _url = _url.replace(/index\.html.*/ig, '')
      } else if (!/\/$/ig.test(_url)) {
        _url = _url + '/'
      }
      url = _url + 'index.html#/ssologin/' + window.btoa(window.encodeURIComponent(JSON.stringify({
          UserID: sessionStorage.getItem('UserID'),
          LoginUID: sessionStorage.getItem('LoginUID'),
          User_Name: sessionStorage.getItem('User_Name'),
@@ -105,7 +113,6 @@
          debug: data.debug || '',
          role_id: data.role_id || ''
        })))
      }
    } else {
      let Id = ''
      let con = '?'