diff --git a/application/common/controller/Backend.php b/application/common/controller/Backend.php index 3a1a13e0..6dca6453 100644 --- a/application/common/controller/Backend.php +++ b/application/common/controller/Backend.php @@ -476,7 +476,7 @@ class Backend extends Controller try { $result = $selectPage->execute($this->request->request()); } catch (\think\Exception $e) { - $this->error($e->getMessage()); + $this->error(__($e->getMessage())); } return json($result);