king
2019-11-24 7d206112a4ca1930639907a7cb131d0c1e6525a6
src/components/sidemenu/editthdmenu/index.jsx
@@ -316,7 +316,7 @@
        usedTemplates: res.UserTemp.map(temp => {
          let _config = ''
          if (temp.LongParam) {
            _config = window.atob(temp.LongParam)
            _config = window.decodeURIComponent(window.atob(temp.LongParam))
            try {
              _config = JSON.parse(_config)
            } catch (e) {