@kq_npm/client3d_webgl_vue 4.5.20-beta → 4.5.21-beta

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/adddata/index.js CHANGED
@@ -1833,8 +1833,6 @@ const __default__ = {
1833
1833
  let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
1834
1834
  let selectTypeIndex = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
1835
1835
 
1836
- //URL服务支持的数据源类型
1837
- let dataSourceTypeList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
1838
1836
  //选择的数据源类型
1839
1837
  let dataSourceType = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
1840
1838
  let dataSource = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
@@ -1848,6 +1846,8 @@ const __default__ = {
1848
1846
 
1849
1847
  // 获取组件传参
1850
1848
 
1849
+ //URL服务支持的数据源类型
1850
+ let dataSourceTypeList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(setDataSourceType());
1851
1851
  let operatorArray = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.computed)(() => {
1852
1852
  let array = [];
1853
1853
  let list = [...fileList.value];