@scenetechnology/cj_element_table 0.0.4 → 0.0.6

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.
@@ -6079,7 +6079,8 @@ __webpack_require__.r(__webpack_exports__);
6079
6079
 
6080
6080
  // EXPORTS
6081
6081
  __webpack_require__.d(__webpack_exports__, {
6082
- "default": function() { return /* binding */ entry_lib_entry_lib; }
6082
+ "default": function() { return /* binding */ entry_lib_entry_lib; },
6083
+ install: function() { return /* reexport */ entry_lib_packages_install; }
6083
6084
  });
6084
6085
 
6085
6086
  // NAMESPACE OBJECT: ./node_modules/axios/lib/platform/common/utils.js
@@ -61554,13 +61555,9 @@ var entry_lib_lib_default = /*#__PURE__*/__webpack_require__.n(entry_lib_lib);
61554
61555
 
61555
61556
  var entry_lib_result_code = entry_lib_config_config.result_code,
61556
61557
  entry_lib_base_url = entry_lib_config_config.base_url;
61557
- var entry_lib_requestUrl = '';
61558
- if (false) {} else {
61559
- entry_lib_requestUrl = entry_lib_base_url.pro;
61560
- }
61561
61558
  // 要修改
61562
- var entry_lib_PATH_URL = entry_lib_requestUrl;
61563
- // export const PATH_URL = '192.168.1.229:92'
61559
+ // export const PATH_URL = base_url[import.meta.env.VITE_API_BASEPATH as keyof typeof base_url]
61560
+ var entry_lib_PATH_URL = '192.168.1.229:92';
61564
61561
  // import { resetRouter } from '@/router'
61565
61562
  // import { useRouter } from 'vue-router'
61566
61563
  // 创建axios实例
@@ -66528,21 +66525,15 @@ const entry_lib_components_exports_ = /*#__PURE__*/(0,entry_lib_exportHelper/* d
66528
66525
 
66529
66526
  /* harmony default export */ var entry_lib_components = (entry_lib_components_exports_);
66530
66527
  ;// ./packages/index.js
66531
- // 引入组件
66528
+ // // 引入组件
66532
66529
 
66533
- const entry_lib_packages_components = [entry_lib_components];
66534
- const entry_lib_packages_install = function (Vue) {
66535
- // 全局注册所有的组件
66536
- entry_lib_packages_components.forEach(item => {
66537
- Vue.component(item.name, item);
66538
- });
66530
+ const entry_lib_packages_install = app => {
66531
+ app.component('cj_element_table', entry_lib_components);
66539
66532
  };
66540
- if (typeof window !== 'undefined' && window.Vue) {
66541
- entry_lib_packages_install(window.Vue);
66542
- }
66543
- // 导出 install (如果作为一个包,一定要有install !!!)
66544
66533
  /* harmony default export */ var entry_lib_packages_0 = ({
66545
- install: entry_lib_packages_install
66534
+ version: '0.0.6',
66535
+ install: entry_lib_packages_install,
66536
+ cj_element_table: entry_lib_components
66546
66537
  });
66547
66538
  ;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
66548
66539