@scenetechnology/cj_iview_table 0.0.31 → 0.0.32

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.
@@ -25146,7 +25146,7 @@ if(localStorage.getItem('publicHost')){
25146
25146
  if (false) {} else if (true) {
25147
25147
  if (localStorage.getItem('is_root') === 'true' || localStorage.getItem('is_root') === 'false') { // 嵌入在使用端情况
25148
25148
  baseUri = `${window.location.protocol}//${window.location.hostname}:${window.location.port}/`
25149
- mapUrl = baseUri + '/simp/'
25149
+ mapUrl = baseUri
25150
25150
  } else {
25151
25151
  baseUri = `${window.location.protocol}//${window.location.hostname}:${window.location.port}/`
25152
25152
  mapUrl = `${window.location.protocol}//${window.location.hostname}:${window.location.port}/`
@@ -25185,7 +25185,7 @@ if(localStorage.getItem('publicHost')){
25185
25185
  test: `${baseUri}simpalarm/api/`,
25186
25186
  prod: `${baseUri}simpalarm/api/`,
25187
25187
  simp: localStorage.getItem('is_root') === 'true' || localStorage.getItem('is_root') === 'false'
25188
- ? `${mapUrl}/index.php/api/`
25188
+ ? `${mapUrl}simp/index.php/api/`
25189
25189
  : `${mapUrl}index.php/api/`,
25190
25190
  simpelements:`${baseUri}simpelements/api/`,
25191
25191
  simpdouble:`${baseUri}simpdouble/api/`,