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 28a72a6 commit 61db649Copy full SHA for 61db649
src/config/index.js
@@ -1,5 +1,5 @@
1
const Config = {
2
- baseUrl: 'localhost:5000/',
+ baseUrl: 'http://localhost:5000/',
3
stagnateTime: 1 * 60 * 60 * 1000, // 无操作停滞时间 默认1小时
4
openAutoJumpOut: true, // 是否开启无操作跳出
5
notLoginRoute: ['login'], // 无需登录即可访问的路由 name,
0 commit comments