Commit 8096fa70 authored by 张晓林's avatar 张晓林

修改冲突

parent 1dcfef80
...@@ -292,7 +292,7 @@ return [ ...@@ -292,7 +292,7 @@ return [
'POST,OPTIONS assign-authority-role' => 'assign-authority-role', 'POST,OPTIONS assign-authority-role' => 'assign-authority-role',
], ],
], ],
<<<<<<< Updated upstream
//权限节点 //权限节点
[ [
'class' => 'yii\rest\UrlRule', 'class' => 'yii\rest\UrlRule',
...@@ -306,9 +306,9 @@ return [ ...@@ -306,9 +306,9 @@ return [
'POST,OPTIONS node-add' => 'node-add', 'POST,OPTIONS node-add' => 'node-add',
'DELETE,OPTIONS node-del' => 'node-del', 'DELETE,OPTIONS node-del' => 'node-del',
] ]
======= ],
//权限-管理员列表 //权限-管理员列表
[ [
'class'=>'yii\rest\UrlRule', 'class'=>'yii\rest\UrlRule',
'controller'=>[ 'controller'=>[
'v1/authority/manage-list', 'v1/authority/manage-list',
...@@ -316,7 +316,6 @@ return [ ...@@ -316,7 +316,6 @@ return [
'extraPatterns'=>[ 'extraPatterns'=>[
'GET,OPTIONS get-manage-list' => 'get-manage-list', 'GET,OPTIONS get-manage-list' => 'get-manage-list',
], ],
>>>>>>> Stashed changes
], ],
], ],
], ],
......
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