dcc0d19f by wang

init

1 parent e0227f0d
...@@ -156,7 +156,7 @@ class Perm extends CI_Controller { ...@@ -156,7 +156,7 @@ class Perm extends CI_Controller {
156 public function menu() 156 public function menu()
157 { 157 {
158 // echo $this->config->item('apiBaseUrl') . 'system/menu/getAllMenu'; 158 // echo $this->config->item('apiBaseUrl') . 'system/menu/getAllMenu';
159 $res = json_decode(file_get_contents($this->config->item('apiBaseUrl') . 'system/menu/getAllMenu')); 159 $res = json_decode(file_get_contents($this->config->item('apiBaseUrl') . 'system/menu/getAllMenuTree'));
160 // var_dump($res->data); 160 // var_dump($res->data);
161 // exit; 161 // exit;
162 $data = $res->data; 162 $data = $res->data;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!