diff --git a/h5/src/api/heatMap.js b/h5/src/api/heatMap.js
index d3b1b9b..19bab47 100644
--- a/h5/src/api/heatMap.js
+++ b/h5/src/api/heatMap.js
@@ -13,5 +13,8 @@ const heatmap = {
getStoreDataApi(mallId) {
return req("get", `/report/b-mall/${mallId}`);
},
+ getAreaGateStatisticsApi(params, config) {
+ return req("get", `/report/gate/analyse/statistics`, params, config);
+ },
};
export default heatmap;
diff --git a/h5/src/router/index.js b/h5/src/router/index.js
index bfe78be..be158cf 100644
--- a/h5/src/router/index.js
+++ b/h5/src/router/index.js
@@ -12,6 +12,11 @@ const routes = [
name: "HeatMap",
component: () => import("@/views/heatMap/index.vue"),
},
+ {
+ path: "/areaHeatMap",
+ name: "AreaHeatMap",
+ component: () => import("@/views/areaHeat/index.vue"),
+ },
];
const router = createRouter({
diff --git a/h5/src/views/areaHeat/index.vue b/h5/src/views/areaHeat/index.vue
new file mode 100644
index 0000000..9a01e28
--- /dev/null
+++ b/h5/src/views/areaHeat/index.vue
@@ -0,0 +1,353 @@
+
+
+ {{ item.text }}
+
+
+