Commit 57c0f668 authored by wanli's avatar wanli

update

parent df845d73
......@@ -4,7 +4,7 @@ import NProgress from "nprogress"; // progress bar
import "nprogress/nprogress.css"; // progress bar style
import { getPageTitle } from "@/utils/index";
const whiteList = ["/login", "/register", "/gallery"];
const whiteList = ["/login", "/register"];
NProgress.configure({ showSpinner: false }); // NProgress Configuration
......
......@@ -156,7 +156,7 @@ export const constantRoutes = [
{
path: '/',
redirect: '/docs',
component: StoreLayout,
component: Layout,
children: [{
path: 'docs',
name: 'Document',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment