fix: bug修复

This commit is contained in:
2024-10-29 17:38:47 +08:00
parent 48bf3e6f33
commit cadb9dbcc4
31 changed files with 1032 additions and 662 deletions

View File

@@ -15,6 +15,8 @@ class BaseController extends Base {
//当前是否管理员 0:否 1:是
protected $administrator = 0;
protected $adminlang;
protected $country_code;
public function __construct() {
parent::__construct();
}