From 1bb161c3a19b95b546c99db5296758c77cefe1c3 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 11 十一月 2025 16:46:53 +0800
Subject: [PATCH] 点位数据处理无数据的时段展示效果

---
 src/views/console/system/collection.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/console/system/collection.vue b/src/views/console/system/collection.vue
index ccdfa90..c0fc588 100644
--- a/src/views/console/system/collection.vue
+++ b/src/views/console/system/collection.vue
@@ -53,7 +53,7 @@
                     let params = {
 
                     }
-                    return await this.$HTTP.get(`/api/smart-collect/tpl/page`, {}, { params }).then(res => {
+                    return await this.$HTTP.get(`/api/smis/collecttpl/page`, {}, { params }).then(res => {
                         res.data.records = res?.data?.records.map(v => {
                             return {
                                 ...v,

--
Gitblit v1.9.3