inl-ui 0.0.64 → 0.0.65
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/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/api/thingInstance.ts +2 -1
package/dist/index.js
CHANGED
|
@@ -18,7 +18,7 @@ import { ColorPicker } from 'vue-color-kit';
|
|
|
18
18
|
import 'vue-color-kit/dist/vue-color-kit.css';
|
|
19
19
|
import 'inl-card/dist/style.css';
|
|
20
20
|
|
|
21
|
-
var version = "0.0.
|
|
21
|
+
var version = "0.0.64";
|
|
22
22
|
|
|
23
23
|
const config$1 = {
|
|
24
24
|
prefix: "inl"
|
|
@@ -41230,6 +41230,9 @@ var PssRecord = utils.installComponent(com$d, "pss-record");
|
|
|
41230
41230
|
let instance30 = getInstance({
|
|
41231
41231
|
timeout: 30
|
|
41232
41232
|
});
|
|
41233
|
+
let instance60 = getInstance({
|
|
41234
|
+
timeout: 60
|
|
41235
|
+
});
|
|
41233
41236
|
/* 物实例管理 */
|
|
41234
41237
|
/**
|
|
41235
41238
|
* 获取物模型树
|
|
@@ -41301,7 +41304,7 @@ const importExcel$1 = (data, headers) => instance$B.post(`/thing/v1/core/excelOp
|
|
|
41301
41304
|
headers
|
|
41302
41305
|
});
|
|
41303
41306
|
// 导出配点Excel
|
|
41304
|
-
const exportExcelTemplate$1 = (data = {}) =>
|
|
41307
|
+
const exportExcelTemplate$1 = (data = {}) => instance60.post(`/thing/v1/core/excelOpt/exportExcelTemplate`, data, {
|
|
41305
41308
|
responseType: "blob",
|
|
41306
41309
|
headers: {
|
|
41307
41310
|
// "Content-Disposition": "attachment",
|