|
@@ -17,7 +17,6 @@ import BackgroundBlogRouter from './background_blog'
|
|
|
|
|
|
|
|
// 懒加载引入页面组件,es6语法
|
|
// 懒加载引入页面组件,es6语法
|
|
|
// ********************************************************************************************************************
|
|
// ********************************************************************************************************************
|
|
|
-const Index = () => import('views/vod/Index')
|
|
|
|
|
const ShareVideo = () => import('views/home/ShareVideo')
|
|
const ShareVideo = () => import('views/home/ShareVideo')
|
|
|
|
|
|
|
|
const Home = () => import('views/home/Home')
|
|
const Home = () => import('views/home/Home')
|
|
@@ -32,10 +31,10 @@ const ImagePage = () => import('views/home/ImagePage')
|
|
|
const PlaylistIndex = () => import('views/home/PlaylistIndex')
|
|
const PlaylistIndex = () => import('views/home/PlaylistIndex')
|
|
|
const PlaylistView = () => import('views/home/PlaylistView')
|
|
const PlaylistView = () => import('views/home/PlaylistView')
|
|
|
|
|
|
|
|
|
|
+const Index = () => import('views/Index')
|
|
|
const Login = () => import('views/Login')
|
|
const Login = () => import('views/Login')
|
|
|
const Register = () => import('views/Register')
|
|
const Register = () => import('views/Register')
|
|
|
const Forgot = () => import('views/Forgot')
|
|
const Forgot = () => import('views/Forgot')
|
|
|
-const Index0 = () => import('views/Index')
|
|
|
|
|
const Background = () => import('views/admin/Background')
|
|
const Background = () => import('views/admin/Background')
|
|
|
const Dashboard = () => import('views/admin/Dashboard')
|
|
const Dashboard = () => import('views/admin/Dashboard')
|
|
|
|
|
|