From 19a740f3be320241824e5175fcf18e1b86dfea6a Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Tue, 6 Sep 2022 19:26:11 +0800 Subject: [PATCH] wip --- beike/Installer/Views/environment-wizard.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beike/Installer/Views/environment-wizard.blade.php b/beike/Installer/Views/environment-wizard.blade.php index 67128f9a..ef2f34eb 100644 --- a/beike/Installer/Views/environment-wizard.blade.php +++ b/beike/Installer/Views/environment-wizard.blade.php @@ -110,7 +110,7 @@ {{ trans($entry_key . 'admin_email') }} + value="{{ old('admin_email', 'root@beikeshop.com') }}" type="email" required placeholder="{{ trans($entry_key . 'admin_email') }}"> {{ $errors->has('admin_email') ? $errors->first('admin_email') : __('installer::installer_messages.environment.error_email') }}