@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
|
@@ -54150,6 +54150,7 @@ var entry_lib_config_config = {
|
|
|
54150
54150
|
flowUrl: '',
|
|
54151
54151
|
wflowUrl: ''
|
|
54152
54152
|
};
|
|
54153
|
+
console.log("production", 'process.env.NODE_ENV');
|
|
54153
54154
|
if (false) {} else {
|
|
54154
54155
|
entry_lib_config_config.uploadImgUrl = entry_lib_config_config.base_url.pro;
|
|
54155
54156
|
entry_lib_config_config.wflowUrl = window.location.protocol + '//' + window.location.hostname + ':' + window.location.port + "/wflow/admin/";
|
|
@@ -66723,7 +66724,7 @@ const entry_lib_packages_install = app => {
|
|
|
66723
66724
|
app.component('cj_element_table', entry_lib_components);
|
|
66724
66725
|
};
|
|
66725
66726
|
/* harmony default export */ var entry_lib_packages_0 = ({
|
|
66726
|
-
version: '0.0.
|
|
66727
|
+
version: '0.0.11',
|
|
66727
66728
|
install: entry_lib_packages_install,
|
|
66728
66729
|
cj_element_table: entry_lib_components
|
|
66729
66730
|
});
|