mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-02-21 01:54:42 +08:00
add new features
This commit is contained in:
@@ -25,6 +25,7 @@ import Film from "../views/manage/film/Film.vue";
|
||||
import FileUpload from "../views/manage/file/FileUpload.vue";
|
||||
import FilmAdd from "../views/manage/film/FilmAdd.vue";
|
||||
import CustomPlay from "../views/index/CustomPlay.vue";
|
||||
import Banners from "../views/manage/system/Banners.vue";
|
||||
|
||||
|
||||
// 2. 定义一个路由
|
||||
@@ -52,6 +53,7 @@ const routes = [
|
||||
{path: 'index', component: ManageIndex},
|
||||
{path: 'collect/index', component: CollectManage},
|
||||
{path: 'system/webSite', component: SiteConfig},
|
||||
{path: 'system/banners', component: Banners},
|
||||
{path: 'cron/index', component: CronManage},
|
||||
{path: 'file/upload', component: FileUpload},
|
||||
{path: 'file/gallery', component: Temp},
|
||||
|
||||
Reference in New Issue
Block a user