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 06727f1..7b84a57 100644 --- a/src/util/interface.js +++ b/src/util/interface.js @@ -1,4 +1,5 @@ -import department from './department' +import department from './department'; +import Excel from "./excel"; // import dataSource from './apiField/dataSource'; const host = '/sysApi' @@ -16,5 +17,6 @@ } // nozzle = Object.assign(nozzle, project) nozzle = Object.assign(nozzle, department) +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 06727f1..7b84a57 100644 --- a/src/util/interface.js +++ b/src/util/interface.js @@ -1,4 +1,5 @@ -import department from './department' +import department from './department'; +import Excel from "./excel"; // import dataSource from './apiField/dataSource'; const host = '/sysApi' @@ -16,5 +17,6 @@ } // nozzle = Object.assign(nozzle, project) nozzle = Object.assign(nozzle, department) +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 325cfd9..bda72e7 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()" + >