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