Skip to content

Commit 61db649

Browse files
authored
Update index.js
1 parent 28a72a6 commit 61db649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const Config = {
2-
baseUrl: 'localhost:5000/',
2+
baseUrl: 'http://localhost:5000/',
33
stagnateTime: 1 * 60 * 60 * 1000, // 无操作停滞时间 默认1小时
44
openAutoJumpOut: true, // 是否开启无操作跳出
55
notLoginRoute: ['login'], // 无需登录即可访问的路由 name,

0 commit comments

Comments
 (0)