From 9054c700509765797f8c594f2d62f5dcb1329584 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 14 Jan 2026 14:37:24 +0800
Subject: [PATCH] fix(ai): 修复产品点模块文件列表接口路径错误

---
 src/main/resources/templates/febs/views/modules/ai/productPoint/info.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/ai/productPoint/info.html b/src/main/resources/templates/febs/views/modules/ai/productPoint/info.html
index d87bf2b..84ab1ed 100644
--- a/src/main/resources/templates/febs/views/modules/ai/productPoint/info.html
+++ b/src/main/resources/templates/febs/views/modules/ai/productPoint/info.html
@@ -212,7 +212,7 @@
         });
 
         //(下拉框)
-        $.get(ctx + 'admin/fileList/parent', function (data) {
+        $.get(ctx + 'admin/productPoint/fileList/parent', function (data) {
             for (var k in data)
             {
                 $(".video-add-productCategory").append("<option value='" + data[k].fileName + "'>" + data[k].fileName + "</option>");

--
Gitblit v1.9.1