From 8c6f0393f6f12928e3f549517e2b63c1e6798df1 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 16 Dec 2021 17:35:23 +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