From 122deb4a51475b271bd5d4de36593c1c5f925f1d Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期二, 18 三月 2025 17:29:39 +0800
Subject: [PATCH] 1

---
 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