2c9c7bb3 by wang

init

1 parent 5d66d593
......@@ -157,8 +157,9 @@ class Perm extends CI_Controller {
{
// echo $this->config->item('apiBaseUrl') . 'system/menu/getAllMenu';
$res = json_decode(file_get_contents($this->config->item('apiBaseUrl') . 'system/menu/getAllMenu'));
var_dump($res->data);exit;
// $data = $res->data;
// var_dump($res->data);
// exit;
$data = $res->data;
// var_dump($data);
$arr = array();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!