@scenetechnology/cj_element_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.
- package/dist/cj_element_table.common.js +2 -1
- package/dist/cj_element_table.common.js.map +1 -1
- package/dist/cj_element_table.umd.js +2 -1
- package/dist/cj_element_table.umd.js.map +1 -1
- package/dist/cj_element_table.umd.min.js +1 -1
- package/dist/cj_element_table.umd.min.js.map +1 -1
- package/package.json +3 -6
- package/packages/index.js +1 -1
- package/src/config/axios/config.ts +2 -0
|
@@ -54168,6 +54168,7 @@ var entry_lib_config_config = {
|
|
|
54168
54168
|
flowUrl: '',
|
|
54169
54169
|
wflowUrl: ''
|
|
54170
54170
|
};
|
|
54171
|
+
console.log("production", 'process.env.NODE_ENV');
|
|
54171
54172
|
if (false) {} else {
|
|
54172
54173
|
entry_lib_config_config.uploadImgUrl = entry_lib_config_config.base_url.pro;
|
|
54173
54174
|
entry_lib_config_config.wflowUrl = window.location.protocol + '//' + window.location.hostname + ':' + window.location.port + "/wflow/admin/";
|
|
@@ -66741,7 +66742,7 @@ const entry_lib_packages_install = app => {
|
|
|
66741
66742
|
app.component('cj_element_table', entry_lib_components);
|
|
66742
66743
|
};
|
|
66743
66744
|
/* harmony default export */ var entry_lib_packages_0 = ({
|
|
66744
|
-
version: '0.0.
|
|
66745
|
+
version: '0.0.11',
|
|
66745
66746
|
install: entry_lib_packages_install,
|
|
66746
66747
|
cj_element_table: entry_lib_components
|
|
66747
66748
|
});
|