@scenetechnology/cj_iview_table 0.0.5 → 0.0.7
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.
- package/README.md +2 -2
- package/dist/cj_iview_table.common.js +3 -3
- package/dist/cj_iview_table.common.js.map +1 -1
- package/dist/cj_iview_table.umd.js +3 -3
- package/dist/cj_iview_table.umd.js.map +1 -1
- package/dist/cj_iview_table.umd.min.js +1 -1
- package/dist/cj_iview_table.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -24431,9 +24431,9 @@ let mapUrl = ''
|
|
|
24431
24431
|
if(localStorage.getItem('publicHost')){
|
|
24432
24432
|
baseUri = localStorage.getItem('publicHost')
|
|
24433
24433
|
mapUrl = localStorage.getItem('publicHost')
|
|
24434
|
-
if (localStorage.getItem('is_root') === 'true' || localStorage.getItem('is_root') === 'false') { // 嵌入在使用端情况
|
|
24435
|
-
|
|
24436
|
-
}
|
|
24434
|
+
// if (localStorage.getItem('is_root') === 'true' || localStorage.getItem('is_root') === 'false') { // 嵌入在使用端情况
|
|
24435
|
+
// mapUrl = localStorage.getItem('publicHost') + 'simp/'
|
|
24436
|
+
// }
|
|
24437
24437
|
}else{
|
|
24438
24438
|
if (false) {} else if (true) {
|
|
24439
24439
|
if (localStorage.getItem('is_root') === 'true' || localStorage.getItem('is_root') === 'false') { // 嵌入在使用端情况
|