diff --git a/dist.zip b/dist.zip index b7e57eb..6426f0a 100644 --- a/dist.zip +++ b/dist.zip Binary files differ diff --git a/dist.zip b/dist.zip index b7e57eb..6426f0a 100644 --- a/dist.zip +++ b/dist.zip Binary files differ diff --git a/src/components/call.vue b/src/components/call.vue index ade3861..29d6b7a 100644 --- a/src/components/call.vue +++ b/src/components/call.vue @@ -609,7 +609,6 @@ var context = this; // 初始化 - debugger; RongCallLib = RongCall.initCallLib(context.selfUserId); // 注册命令(消息)监听 RongCallLib.commandWatch(function (message) { diff --git a/dist.zip b/dist.zip index b7e57eb..6426f0a 100644 --- a/dist.zip +++ b/dist.zip Binary files differ diff --git a/src/components/call.vue b/src/components/call.vue index ade3861..29d6b7a 100644 --- a/src/components/call.vue +++ b/src/components/call.vue @@ -609,7 +609,6 @@ var context = this; // 初始化 - debugger; RongCallLib = RongCall.initCallLib(context.selfUserId); // 注册命令(消息)监听 RongCallLib.commandWatch(function (message) { diff --git a/src/util/excel.js b/src/util/excel.js new file mode 100644 index 0000000..687c074 --- /dev/null +++ b/src/util/excel.js @@ -0,0 +1,16 @@ +/** + * 项目管理相关接口 + * @exports {Object} + */ +const host = "/hapi"; + +let nozzle = { + recordSelectAllPoints: "/record/selectAllPoints", //人员轨迹 + + +}; + +for (const item in nozzle) { + nozzle[item] = host + nozzle[item]; +} +export default nozzle; diff --git a/dist.zip b/dist.zip index b7e57eb..6426f0a 100644 --- a/dist.zip +++ b/dist.zip Binary files differ diff --git a/src/components/call.vue b/src/components/call.vue index ade3861..29d6b7a 100644 --- a/src/components/call.vue +++ b/src/components/call.vue @@ -609,7 +609,6 @@ var context = this; // 初始化 - debugger; RongCallLib = RongCall.initCallLib(context.selfUserId); // 注册命令(消息)监听 RongCallLib.commandWatch(function (message) { diff --git a/src/util/excel.js b/src/util/excel.js new file mode 100644 index 0000000..687c074 --- /dev/null +++ b/src/util/excel.js @@ -0,0 +1,16 @@ +/** + * 项目管理相关接口 + * @exports {Object} + */ +const host = "/hapi"; + +let nozzle = { + recordSelectAllPoints: "/record/selectAllPoints", //人员轨迹 + + +}; + +for (const item in nozzle) { + nozzle[item] = host + nozzle[item]; +} +export default nozzle; diff --git a/src/util/interface.js b/src/util/interface.js index e90c979..59bf882 100644 --- a/src/util/interface.js +++ b/src/util/interface.js @@ -1,5 +1,6 @@ import department from './department' import hapi from './hapi' +import Excel from "./excel"; // import dataSource from './apiField/dataSource'; const host = '/sysApi' @@ -18,5 +19,6 @@ // nozzle = Object.assign(nozzle, project) nozzle = Object.assign(nozzle, department) nozzle = Object.assign(nozzle, hapi) +nozzle = Object.assign(nozzle, Excel) // nozzle = Object.assign(nozzle, dataSource); export default nozzle diff --git a/dist.zip b/dist.zip index b7e57eb..6426f0a 100644 --- a/dist.zip +++ b/dist.zip Binary files differ diff --git a/src/components/call.vue b/src/components/call.vue index ade3861..29d6b7a 100644 --- a/src/components/call.vue +++ b/src/components/call.vue @@ -609,7 +609,6 @@ var context = this; // 初始化 - debugger; RongCallLib = RongCall.initCallLib(context.selfUserId); // 注册命令(消息)监听 RongCallLib.commandWatch(function (message) { diff --git a/src/util/excel.js b/src/util/excel.js new file mode 100644 index 0000000..687c074 --- /dev/null +++ b/src/util/excel.js @@ -0,0 +1,16 @@ +/** + * 项目管理相关接口 + * @exports {Object} + */ +const host = "/hapi"; + +let nozzle = { + recordSelectAllPoints: "/record/selectAllPoints", //人员轨迹 + + +}; + +for (const item in nozzle) { + nozzle[item] = host + nozzle[item]; +} +export default nozzle; diff --git a/src/util/interface.js b/src/util/interface.js index e90c979..59bf882 100644 --- a/src/util/interface.js +++ b/src/util/interface.js @@ -1,5 +1,6 @@ import department from './department' import hapi from './hapi' +import Excel from "./excel"; // import dataSource from './apiField/dataSource'; const host = '/sysApi' @@ -18,5 +19,6 @@ // nozzle = Object.assign(nozzle, project) nozzle = Object.assign(nozzle, department) nozzle = Object.assign(nozzle, hapi) +nozzle = Object.assign(nozzle, Excel) // nozzle = Object.assign(nozzle, dataSource); export default nozzle diff --git a/src/views/CesiumCom/CesiumVue.vue b/src/views/CesiumCom/CesiumVue.vue index 8d5ad69..848f8e8 100644 --- a/src/views/CesiumCom/CesiumVue.vue +++ b/src/views/CesiumCom/CesiumVue.vue @@ -44,6 +44,7 @@ width="700px" :close-on-click-modal="false" @close="closeDialog()" + >
@@ -9,12 +26,12 @@ - + < - +
@@ -67,13 +84,13 @@