diff --git a/config.js b/config.js index e830fea..809551a 100644 --- a/config.js +++ b/config.js @@ -81,6 +81,8 @@ var config = { notReadNum: `${host}/zkMessage/findFlagCount`, //设备日志 eqLog: `${host}/equipment/equipmentLog`, + //添加挖掘词 + addWordMining: `${host}/corpus/addWordMining`, } }; module.exports = config; \ No newline at end of file diff --git a/manifest.json b/manifest.json index bb483e3..16c8fd4 100644 --- a/manifest.json +++ b/manifest.json @@ -99,11 +99,7 @@ "minified" : true }, "usingComponents" : true, - "permission" : { - "scope.userLocation" : { - "desc" : "获取地址信息" - } - }, + "permission" : {}, "requiredBackgroundModes" : [ "audio" ], "plugins" : { "WechatSI" : { diff --git a/pages.json b/pages.json index 4a11d57..4e40796 100644 --- a/pages.json +++ b/pages.json @@ -2,7 +2,6 @@ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, - //这个pages里只放这五个页面,新增页面时请对应的放到下面的分包里 "pages": [ { "path": "pages/index/guide", @@ -45,7 +44,6 @@ } } ], - //这下面是分包 "subPackages": [{ "root": "pages/login", //登录相关 "name": "login", @@ -216,7 +214,6 @@ "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } - }, { "path": "selectBuilding", "style": { @@ -224,7 +221,6 @@ "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } - }, { "path": "registerCode", "style": { @@ -240,7 +236,6 @@ "navigationBarBackgroundColor": "#2671E2", "navigationBarTextStyle": "white" } - }, { "path": "registerResult", @@ -249,7 +244,6 @@ "navigationBarBackgroundColor": "#2671E2", "navigationBarTextStyle": "white" } - }, { "path": "messageDetail", "style": { @@ -264,7 +258,6 @@ "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" } - }, { "path": "equipmentLog", "style": { @@ -273,7 +266,6 @@ "navigationBarTextStyle": "transparent", "navigationStyle": "custom" } - } ] }, @@ -342,7 +334,7 @@ ] }, { - "root": "pages/reportExcel", //中心逻辑的模块都放到这里 + "root": "pages/reportExcel", "name": "reportExcel", "pages": [{ "path": "weekReport", @@ -362,7 +354,7 @@ ] }, { - "root": "pages/center", //中心逻辑的模块都放到这里 + "root": "pages/center", "name": "center", "pages": [{ "path": "Piabodata/index", @@ -477,7 +469,6 @@ "enablePullDownRefresh": true } }, - { "path": "records/index", "style": { @@ -563,9 +554,7 @@ } } ] - } - ], - + }], "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" diff --git a/pages/center/Piabodata/Employeesstatistics.vue b/pages/center/Piabodata/Employeesstatistics.vue index 04697a1..97da3e8 100644 --- a/pages/center/Piabodata/Employeesstatistics.vue +++ b/pages/center/Piabodata/Employeesstatistics.vue @@ -203,8 +203,8 @@ - - + + 平均需求挖掘率排名(TOP10) @@ -247,6 +247,7 @@ export default { data() { return { + wajue: false, activeTotal: 4, totalTimeShow: false, // 项目id diff --git a/pages/center/Piabodata/StaffAnalysis.vue b/pages/center/Piabodata/StaffAnalysis.vue index 9d2ee44..7282e46 100644 --- a/pages/center/Piabodata/StaffAnalysis.vue +++ b/pages/center/Piabodata/StaffAnalysis.vue @@ -76,17 +76,11 @@ canvasId="wangxiaouaerlingeryilingwuyibhh" :canvas2d="true" /> - - + + 平均需求挖掘率趋势 - @@ -156,6 +150,7 @@ }, data() { return { + wajue: false, timepickpickisshow: true, totalTimeShow: false, activeTotal: 4, diff --git a/pages/center/Piabodata/TrendAnalysis.vue b/pages/center/Piabodata/TrendAnalysis.vue index 0daff7b..a944540 100644 --- a/pages/center/Piabodata/TrendAnalysis.vue +++ b/pages/center/Piabodata/TrendAnalysis.vue @@ -1,7 +1,7 @@