Commit 007aabf7 by biao

1

parent 865edea1
No related merge requests found
No preview for this file type
1.家园/家校用户如何关联用户和学校/班级的关系?
2.社会实践/亲子活动的页面示例?
3.课程信息当前全部为mp4
\ No newline at end of file
3.课程信息当前全部为mp4,只有学校运营/管理账户可以登陆视频内容
\ No newline at end of file
No preview for this file type
File added
......@@ -32,30 +32,30 @@ class AccountRole
$tmp = array("id"=>2, "title"=>"省厅账户运营人员");
array_push($data, $tmp);
$tmp = array("id"=>2, "title"=>"市局管理");
$tmp = array("id"=>3, "title"=>"市局管理");
array_push($data, $tmp);
$tmp = array("id"=>2, "title"=>"市局运营");
$tmp = array("id"=>4, "title"=>"市局运营");
array_push($data, $tmp);
$tmp = array("id"=>3, "title"=>"区县局账户");
$tmp = array("id"=>5, "title"=>"区县局账户");
array_push($data, $tmp);
$tmp = array("id"=>3, "title"=>"区县局账户运营");
$tmp = array("id"=>6, "title"=>"区县局账户运营");
array_push($data, $tmp);
$tmp = array("id"=>4, "title"=>"学校管理");
$tmp = array("id"=>7, "title"=>"学校管理");
array_push($data, $tmp);
$tmp = array("id"=>4, "title"=>"学校运营");
$tmp = array("id"=>8, "title"=>"学校运营");
array_push($data, $tmp);
$tmp = array("id"=>4, "title"=>"机构账户");
$tmp = array("id"=>9, "title"=>"机构账户");
array_push($data, $tmp);
$tmp = array("id"=>9, "title"=>"系统管理"); //可创建各层级管理员账户
$tmp = array("id"=>10, "title"=>"系统运营");
array_push($data, $tmp);
$tmp = array("id"=>9, "title"=>"系统管理");
$tmp = array("id"=>99, "title"=>"系统管理");//可创建各层级管理员账户
array_push($data, $tmp);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment