From 87317f44d9cc20ad70b6971168667e1c843e03d8 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Fri, 26 Aug 2022 01:16:50 +0800 Subject: [PATCH] 添加上传进度条 添加日志统计文字 --- src/config/router.config.js | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/config/router.config.js b/src/config/router.config.js index 1356650..98a4291 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -82,11 +82,19 @@ { path: '/platform', component: platform, - children: [{ + children: [ + // { + // path: '/', + // name: "videoList", + // component: videoList, + // }, + { path: '/', name: "platformGroup", component: platformGroup, - }, { + }, + + { path: '/videoDetail', name: "videoDetail", component: videoDetail, -- Gitblit v1.9.1