fix: ipd访问时lang错误
This commit is contained in:
@@ -19,7 +19,7 @@ return [
|
||||
// 扩展语言包
|
||||
'extend_list' => [
|
||||
'en-us' => [
|
||||
app()->getAppPath() . '/lang/en-us/' . (request()->isMobile() ? 'mobile' : 'pc') . '.php',
|
||||
app()->getAppPath() . '/lang/en-us/' . get_platform() . '.php',
|
||||
app()->getAppPath() . '/lang/en-us/validate.php',
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user