@scenetechnology/cj_iview_table 0.0.10 → 0.0.12

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.
@@ -24491,7 +24491,9 @@ if(localStorage.getItem('publicHost')){
24491
24491
  // dev: `${baseUri}/api/`,
24492
24492
  test: `${baseUri}simpalarm/api/`,
24493
24493
  prod: `${baseUri}simpalarm/api/`,
24494
- simp:`${mapUrl}index.php/api/`,
24494
+ simp: localStorage.getItem('is_root') === 'true' || localStorage.getItem('is_root') === 'false'
24495
+ ? `${mapUrl}simp/index.php/api/`
24496
+ : `${mapUrl}index.php/api/`,
24495
24497
  simpelements:`${baseUri}simpelements/api/`,
24496
24498
  simpdouble:`${baseUri}simpdouble/api/`,
24497
24499
  simpdanger:`${baseUri}simpdanger/api/`,