diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..7777ac3 Binary files /dev/null and b/dist.zip differ diff --git a/src/view/analyze.vue b/src/view/analyze.vue index 7eadcc1..f609f8f 100644 --- a/src/view/analyze.vue +++ b/src/view/analyze.vue @@ -906,12 +906,15 @@ const data = reactive({ }, }, push: [ - { name: "小奔通", num: 4196 }, - { name: "交通", num: 4026 }, - { name: "两慢病", num: 2 }, - { name: "天气", num: 102 }, - { name: "低保低边医疗救助政策", num: 87 }, - { name: "孕妇生育津贴申领", num: 19 }, + { name: "小奔通", num: 60313 }, + { name: "失业", num: 3336 }, + { name: "两慢病", num: 8166 }, + { name: "低保低边人员", num: 84 }, + { name: "孕产妇", num: 172 }, + { name: "出行温馨提示", num: 406223 }, + { name: "气象预警", num: 620745 }, + { name: "龙游龙游活动", num: 64563 }, + { name: "公交出行信息推送", num: 731 }, ], }, }); @@ -973,7 +976,7 @@ const getData = async () => { // console.log(res.data, "信息推送"); // data.analysis = res.data; data.analysis.lnr = res.data.lnr; - data.analysis.push[0].num = res.data.push[0].num; + // data.analysis.push[0].num = res.data.push[0].num; const ageBt = ["nl6170", "nl7180", "nl8190", "nl91100", "nl100"]; ageBt.forEach((key, index) => { @@ -1024,7 +1027,7 @@ const getData = async () => { }; onMounted(() => { - tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); + // tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); startAutoSwitching(); }); diff --git a/src/view/person/index.vue b/src/view/person/index.vue index 9c31441..b116229 100644 --- a/src/view/person/index.vue +++ b/src/view/person/index.vue @@ -945,8 +945,9 @@ const getData = (identNo) => { if (res.code === 200 && res.data) { const { ryjbxx, camera, rybqxx } = res.data; // 判断 ryjbxx 和 camera 是否存在 - baseInfo.value = ryjbxx || {}; // 如果 ryjbxx 未定义则赋值为空对象 - dataMyTag.camera = camera || {}; // 如果 camera 未定义则赋值为空对象 + baseInfo.value = ryjbxx || {}; + dataMyTag.camera = camera ?? false; + // console.log(dataMyTag.camera, camera); if (Array.isArray(dataMyTag.myTag)) { dataMyTag.myTag.forEach((item) => { @@ -1036,7 +1037,7 @@ watch( } ); onMounted(() => { - tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); + // tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); if (routers.query.type) { errorMessage.value = ""; dataMyTag.identNo = routers.query.identNo; diff --git a/src/view/sy_details.vue b/src/view/sy_details.vue index 862b46e..2402be4 100644 --- a/src/view/sy_details.vue +++ b/src/view/sy_details.vue @@ -3,7 +3,7 @@
- 服务对象({{ formData.name }}) + 服务对象清单({{ formData.name }})
@@ -750,11 +750,11 @@ const formData = reactive({ lmbhzTableData: { url: "", columns: [ - { - label: "时间", - property: "sfsj", - width: "120", - }, + // { + // label: "时间", + // property: "sfsj", + // width: "120", + // }, { label: "姓名", property: "xm", diff --git a/src/view/sy_table.vue b/src/view/sy_table.vue index 243a830..e966775 100644 --- a/src/view/sy_table.vue +++ b/src/view/sy_table.vue @@ -5,7 +5,7 @@