From 9cb9637f10c527da0a60f778323b5dd14314bcef Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Wed, 15 Dec 2021 23:17:07 +0800 Subject: [PATCH] fix video add no complete --- 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