We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf32e2f commit 6298c0eCopy full SHA for 6298c0e
src/config/index.js
@@ -0,0 +1,11 @@
1
+const Config = {
2
+ baseUrl: 'http://dev.lin.colorful3.com/',
3
+ // baseUrl: 'localhost:5000',
4
+ stagnateTime: 1 * 60 * 60 * 1000, // 无操作停滞时间 默认1小时
5
+ openAutoJumpOut: true, // 是否开启无操作跳出
6
+ notLoginRoute: ['login'], // 无需登录即可访问的路由 name,
7
+ sideBarLevel: 3, // 侧边栏层级限制, 3表示三级, 可设置 2 和 3
8
+ defaultRoute: '/about', // 默认打开的路由
9
+}
10
+
11
+export default Config
0 commit comments