mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 20:55:32 +08:00
系统管理下新增运行管理目录(309),含定时任务(310)、Web日志(311)两个子目录;定时器配置/日志、访问统计仪表盘、原始访问日志、性能分析、系统状态、日志管理、主机列表共 8 条菜单挪入新分组;补录此前遗漏的 XHProf 四条菜单(304-307,叶子带 auth_node),新装环境与开发库结构对齐(26 条)。 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
318 lines
7.5 KiB
PHP
318 lines
7.5 KiB
PHP
<?php
|
|
/**
|
|
* @internal-framework
|
|
*
|
|
* 此文件为框架核心初始化数据
|
|
*
|
|
* 用途:系统菜单初始化(系统管理、商城管理等菜单结构)
|
|
* 维护者:框架维护者
|
|
*
|
|
* 注意:此文件属于框架内核,业务开发者不应修改
|
|
*/
|
|
|
|
$ul_system_menu = array(
|
|
array(
|
|
"id" => 227,
|
|
"pid" => 99999999,
|
|
"title" => "欢迎页",
|
|
"icon" => "fa fa-home",
|
|
"href" => "index/welcome",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 228,
|
|
"pid" => 0,
|
|
"title" => "系统管理",
|
|
"icon" => "fa fa-cog",
|
|
"href" => "",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 234,
|
|
"pid" => 228,
|
|
"title" => "菜单管理",
|
|
"icon" => "fa fa-tree",
|
|
"href" => "system.menu/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 10,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 244,
|
|
"pid" => 228,
|
|
"title" => "管理员管理",
|
|
"icon" => "fa fa-user",
|
|
"href" => "system.admin/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 12,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 245,
|
|
"pid" => 228,
|
|
"title" => "角色管理",
|
|
"icon" => "fa fa-bitbucket-square",
|
|
"href" => "system.auth/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 11,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 246,
|
|
"pid" => 228,
|
|
"title" => "节点管理",
|
|
"icon" => "fa fa-list",
|
|
"href" => "system.node/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 9,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 247,
|
|
"pid" => 228,
|
|
"title" => "配置管理",
|
|
"icon" => "fa fa-asterisk",
|
|
"href" => "system.config/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 8,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 248,
|
|
"pid" => 228,
|
|
"title" => "上传管理",
|
|
"icon" => "fa fa-arrow-up",
|
|
"href" => "system.uploadfile/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 249,
|
|
"pid" => 0,
|
|
"title" => "商城管理",
|
|
"icon" => "fa fa-list",
|
|
"href" => "",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 250,
|
|
"pid" => 249,
|
|
"title" => "商品分类",
|
|
"icon" => "fa fa-calendar-check-o",
|
|
"href" => "mall.cate/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 251,
|
|
"pid" => 249,
|
|
"title" => "商品管理",
|
|
"icon" => "fa fa-list",
|
|
"href" => "mall.goods/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 252,
|
|
"pid" => 228,
|
|
"title" => "快捷入口",
|
|
"icon" => "fa fa-list",
|
|
"href" => "system.quick/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 253,
|
|
"pid" => 309,
|
|
"title" => "日志管理",
|
|
"icon" => "fa fa-connectdevelop",
|
|
"href" => "debug.log/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 255,
|
|
"pid" => 309,
|
|
"title" => "系统状态",
|
|
"icon" => "fa fa-info-circle",
|
|
"href" => "system.status/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 1,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 254,
|
|
"pid" => 249,
|
|
"title" => "商品标签",
|
|
"icon" => "fa fa-connectdevelop",
|
|
"href" => "mall.tag/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 256,
|
|
"pid" => 310,
|
|
"title" => "定时器配置",
|
|
"icon" => "fa fa-clock-o",
|
|
"href" => "system.timer_config/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 257,
|
|
"pid" => 310,
|
|
"title" => "定时器日志",
|
|
"icon" => "fa fa-history",
|
|
"href" => "system.timer_log/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 258,
|
|
"pid" => 309,
|
|
"title" => "主机列表",
|
|
"icon" => "fa fa-server",
|
|
"href" => "system.host/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 301,
|
|
"pid" => 311,
|
|
"title" => "访问统计仪表盘",
|
|
"icon" => "fa fa-line-chart",
|
|
"href" => "system.nginx_log_stat/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 1,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 302,
|
|
"pid" => 311,
|
|
"title" => "原始访问日志",
|
|
"icon" => "fa fa-file-text",
|
|
"href" => "nginx.access_log/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 304,
|
|
"pid" => 309,
|
|
"title" => "性能分析",
|
|
"icon" => "fa fa-tachometer",
|
|
"href" => "",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 2,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 305,
|
|
"pid" => 304,
|
|
"title" => "采样列表",
|
|
"icon" => "fa fa-list",
|
|
"href" => "xhprof.run/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"auth_node" => "xhprof.run/index",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 306,
|
|
"pid" => 304,
|
|
"title" => "命中记录",
|
|
"icon" => "fa fa-crosshairs",
|
|
"href" => "xhprof.run_watch/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"auth_node" => "xhprof.run_watch/index",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 307,
|
|
"pid" => 304,
|
|
"title" => "监控规则",
|
|
"icon" => "fa fa-eye",
|
|
"href" => "xhprof.watch/index",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"auth_node" => "xhprof.watch/index",
|
|
"sort" => 0,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 309,
|
|
"pid" => 228,
|
|
"title" => "运行管理",
|
|
"icon" => "fa fa-heartbeat",
|
|
"href" => "",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 1,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 310,
|
|
"pid" => 309,
|
|
"title" => "定时任务",
|
|
"icon" => "fa fa-clock-o",
|
|
"href" => "",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 4,
|
|
"status" => 1,
|
|
),
|
|
array(
|
|
"id" => 311,
|
|
"pid" => 309,
|
|
"title" => "Web日志",
|
|
"icon" => "fa fa-globe",
|
|
"href" => "",
|
|
"params" => "",
|
|
"target" => "_self",
|
|
"sort" => 3,
|
|
"status" => 1,
|
|
),
|
|
);
|
|
|
|
|
|
return $ul_system_menu;
|