Rebuild frontend, do not use store in components.

This commit is contained in:
James Cole
2021-02-22 18:43:26 +01:00
parent 6d9acd1dc2
commit 5b5c988aa3
87 changed files with 2887 additions and 2835 deletions

View File

@@ -24,5 +24,5 @@ declare(strict_types=1);
return [
'failed' => '用户名或密码错误。',
'throttle' => '登录失败次数太多,请 :seconds 秒后再试。',
'throttle' => '登录失败次数,请 :seconds 秒后再试。',
];