doway-coms 1.1.13 → 1.1.14
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/lib/doway-coms.common.js +14 -0
- package/lib/doway-coms.umd.js +14 -0
- package/lib/doway-coms.umd.min.js +45 -45
- package/package.json +1 -1
package/lib/doway-coms.common.js
CHANGED
|
@@ -105934,8 +105934,22 @@ BaseForm_src.install = function(Vue) {
|
|
|
105934
105934
|
};
|
|
105935
105935
|
// 默认导出组件
|
|
105936
105936
|
/* harmony default export */ var BaseForm = (BaseForm_src);
|
|
105937
|
+
// CONCATENATED MODULE: ./packages/utils/api.js
|
|
105938
|
+
|
|
105939
|
+
const apiUmsUrl = Object({"NODE_ENV":"production","BASE_URL":"/"}).VUE_APP_UMS_SERVICE_URL + '/v1/module'
|
|
105940
|
+
function loadViewInfo(moduleCode) {
|
|
105941
|
+
return /* Cannot get final name for export "request" in "./packages/utils/request.js" (known exports: default, known reexports: ) */ undefined({
|
|
105942
|
+
url: apiUmsUrl + '/loadViewInfo',
|
|
105943
|
+
method: 'get',
|
|
105944
|
+
params: {
|
|
105945
|
+
moduleCode: moduleCode
|
|
105946
|
+
}
|
|
105947
|
+
})
|
|
105948
|
+
}
|
|
105949
|
+
|
|
105937
105950
|
// CONCATENATED MODULE: ./packages/utils/store.js
|
|
105938
105951
|
|
|
105952
|
+
|
|
105939
105953
|
const store_store = {
|
|
105940
105954
|
state: {
|
|
105941
105955
|
token: '',
|
package/lib/doway-coms.umd.js
CHANGED
|
@@ -105943,8 +105943,22 @@ BaseForm_src.install = function(Vue) {
|
|
|
105943
105943
|
};
|
|
105944
105944
|
// 默认导出组件
|
|
105945
105945
|
/* harmony default export */ var BaseForm = (BaseForm_src);
|
|
105946
|
+
// CONCATENATED MODULE: ./packages/utils/api.js
|
|
105947
|
+
|
|
105948
|
+
const apiUmsUrl = Object({"NODE_ENV":"production","BASE_URL":"/"}).VUE_APP_UMS_SERVICE_URL + '/v1/module'
|
|
105949
|
+
function loadViewInfo(moduleCode) {
|
|
105950
|
+
return /* Cannot get final name for export "request" in "./packages/utils/request.js" (known exports: default, known reexports: ) */ undefined({
|
|
105951
|
+
url: apiUmsUrl + '/loadViewInfo',
|
|
105952
|
+
method: 'get',
|
|
105953
|
+
params: {
|
|
105954
|
+
moduleCode: moduleCode
|
|
105955
|
+
}
|
|
105956
|
+
})
|
|
105957
|
+
}
|
|
105958
|
+
|
|
105946
105959
|
// CONCATENATED MODULE: ./packages/utils/store.js
|
|
105947
105960
|
|
|
105961
|
+
|
|
105948
105962
|
const store_store = {
|
|
105949
105963
|
state: {
|
|
105950
105964
|
token: '',
|