From 2e4a8950290ea2eef167315a4254f89ded9acc49 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 16 Dec 2021 11:12:19 +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