From d59a9f1237c790375d34abf29b6fc9b3c1a7feac Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 16 Dec 2021 11:20:09 +0800
Subject: [PATCH] 20211216

---
 src/main/resources/templates/febs/views/video/video/video-list.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/video/video/video-list.html b/src/main/resources/templates/febs/views/video/video/video-list.html
index 86edba5..49123d9 100644
--- a/src/main/resources/templates/febs/views/video/video/video-list.html
+++ b/src/main/resources/templates/febs/views/video/video/video-list.html
@@ -197,7 +197,7 @@
             tableIns = febs.table.init({
                 elem: $view.find('table'),
                 id: 'videoTable',
-                url: ctx + 'video/list',
+                url: ctx + 'video/video/list',
                 cols: [[
                     {type: 'checkbox'},
                     {field: 'title', title: '视频名', minWidth: 100},

--
Gitblit v1.9.1