diff --git a/application/admin/controller/User.php b/application/admin/controller/User.php index 407648783..2510c4094 100644 --- a/application/admin/controller/User.php +++ b/application/admin/controller/User.php @@ -133,6 +133,8 @@ class User extends BasicAdmin if ($this->request->isPost()) { if (isset($data['authorize']) && is_array($data['authorize'])) { $data['authorize'] = join(',', $data['authorize']); + } else { + $data['authorize'] = ''; } if (isset($data['id'])) { unset($data['username']); diff --git a/config/aliyun.php b/config/aliyun.php new file mode 100644 index 000000000..d716cc35d --- /dev/null +++ b/config/aliyun.php @@ -0,0 +1,6 @@ + 'WjeX0AYSfgy5VbXQ', + 'appkey' => 'hQTENHy6MYVUTgwjcgfOCq5gckm2Lp', +]; \ No newline at end of file diff --git a/config/database.php b/config/database.php index f0882cd21..d0f63d7ea 100644 --- a/config/database.php +++ b/config/database.php @@ -16,13 +16,13 @@ return [ // 数据库类型 'type' => 'mysql', // 服务器地址 - 'hostname' => '127.0.0.1', + 'hostname' => 'server.cuci.cc', // 数据库名 'database' => 'admin_v3', // 用户名 - 'username' => 'admin_v3', + 'username' => 'root', // 密码 - 'password' => 'FbYBHcWKr2', + 'password' => 'Test12345', // 端口 'hostport' => '3306', // 连接dsn