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