@scenetechnology/cj_iview_table 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24421,9 +24421,9 @@ let mapUrl = ''
24421
24421
  if(localStorage.getItem('publicHost')){
24422
24422
  baseUri = localStorage.getItem('publicHost')
24423
24423
  mapUrl = localStorage.getItem('publicHost')
24424
- if (localStorage.getItem('is_root') === 'true' || localStorage.getItem('is_root') === 'false') { // 嵌入在使用端情况
24425
- mapUrl = localStorage.getItem('publicHost') + 'simp/'
24426
- }
24424
+ // if (localStorage.getItem('is_root') === 'true' || localStorage.getItem('is_root') === 'false') { // 嵌入在使用端情况
24425
+ // mapUrl = localStorage.getItem('publicHost') + 'simp/'
24426
+ // }
24427
24427
  }else{
24428
24428
  if (false) {} else if (true) {
24429
24429
  if (localStorage.getItem('is_root') === 'true' || localStorage.getItem('is_root') === 'false') { // 嵌入在使用端情况