|
@@ -19,12 +19,12 @@ import BackgroundFileRouter from './background_file'
|
|
|
|
|
|
|
|
// 懒加载引入页面组件,es6语法
|
|
// 懒加载引入页面组件,es6语法
|
|
|
// ********************************************************************************************************************
|
|
// ********************************************************************************************************************
|
|
|
-const Login = () => import('views/Login1')
|
|
|
|
|
|
|
+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 Index = () => import('views/Index')
|
|
const Index = () => import('views/Index')
|
|
|
const Background = () => import('views/admin/Background')
|
|
const Background = () => import('views/admin/Background')
|
|
|
-const Dashboard = () => import('views/devops/Dashboard')
|
|
|
|
|
|
|
+const Dashboard = () => import('views/admin/Dashboard')
|
|
|
|
|
|
|
|
// ********************************************************************************************************************
|
|
// ********************************************************************************************************************
|
|
|
// 使用安装路由插件
|
|
// 使用安装路由插件
|