@scenetechnology/cj_iview_table 0.0.11 → 0.0.14

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.
@@ -24482,7 +24482,7 @@ if(localStorage.getItem('publicHost')){
24482
24482
  test: `${baseUri}simpalarm/api/`,
24483
24483
  prod: `${baseUri}simpalarm/api/`,
24484
24484
  simp: localStorage.getItem('is_root') === 'true' || localStorage.getItem('is_root') === 'false'
24485
- ? `${mapUrl}index.php/api/simp/`
24485
+ ? `${mapUrl}simp/index.php/api/`
24486
24486
  : `${mapUrl}index.php/api/`,
24487
24487
  simpelements:`${baseUri}simpelements/api/`,
24488
24488
  simpdouble:`${baseUri}simpdouble/api/`,