添加跨域
添加服务后台添加
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace app\admin\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class StaffModel extends Model
|
||||
{
|
||||
protected $name = 'staff';
|
||||
}
|
||||
Reference in New Issue
Block a user