Commit 57c0f668 authored by wanli's avatar wanli

update

parent df845d73
...@@ -4,7 +4,7 @@ import NProgress from "nprogress"; // progress bar ...@@ -4,7 +4,7 @@ import NProgress from "nprogress"; // progress bar
import "nprogress/nprogress.css"; // progress bar style import "nprogress/nprogress.css"; // progress bar style
import { getPageTitle } from "@/utils/index"; import { getPageTitle } from "@/utils/index";
const whiteList = ["/login", "/register", "/gallery"]; const whiteList = ["/login", "/register"];
NProgress.configure({ showSpinner: false }); // NProgress Configuration NProgress.configure({ showSpinner: false }); // NProgress Configuration
......
...@@ -156,7 +156,7 @@ export const constantRoutes = [ ...@@ -156,7 +156,7 @@ export const constantRoutes = [
{ {
path: '/', path: '/',
redirect: '/docs', redirect: '/docs',
component: StoreLayout, component: Layout,
children: [{ children: [{
path: 'docs', path: 'docs',
name: 'Document', 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