您好,提示/www/server/panel/config目录下的menu.json文件存放json数据无法读取,您检查下此文件是否存在或是否存在内容,如果不存在,则新建文件将下面内容填写进去。如文件存在则不存在内容也将内容添加:
- [
- {
- "title": "首页",
- "href": "/",
- "class": "menu_home",
- "id": "memuA",
- "sort": 1
- },
- {
- "title": "网站",
- "href": "/site",
- "class": "menu_web",
- "id": "memuAsite",
- "sort": 2
- },
- {
- "title": "FTP",
- "href": "/ftp",
- "class": "menu_ftp",
- "id": "memuAftp",
- "sort": 3
- },
- {
- "title": "数据库",
- "href": "/database",
- "class": "menu_data",
- "id": "memuAdatabase",
- "sort": 4
- },
- {
- "title": "Docker",
- "href": "/docker",
- "class": "menu_docker",
- "id": "memuDocker",
- "sort": 4
- },
- {
- "title": "监控",
- "href": "/control",
- "class": "menu_control",
- "id": "memuAcontrol",
- "sort": 5
- },
- {
- "title": "安全",
- "href": "/firewall",
- "class": "menu_firewall",
- "id": "memuAfirewall",
- "sort": 6
- },
- {
- "title": "WAF",
- "href": "/btwaf/index",
- "class": "menu_btwaf",
- "id": "memu_btwaf",
- "sort": 7
- },
- {
- "title": "网站监控",
- "href": "/total/index",
- "class": "menu_total",
- "id": "memu_total",
- "sort": 8
- },
- {
- "title": "文件",
- "href": "/files",
- "class": "menu_folder",
- "id": "memuAfiles",
- "sort": 8
- },
- {
- "title": "日志",
- "href": "/logs",
- "class": "menu_logs",
- "id": "memuAlogs",
- "sort": 8
- },
- {
- "title": "终端",
- "href": "/xterm",
- "class": "menu_xterm",
- "id": "memuAxterm",
- "sort": 9
- },
- {
- "title": "计划任务",
- "href": "/crontab",
- "class": "menu_day",
- "id": "memuAcrontab",
- "sort": 10
- },
- {
- "title": "软件商店",
- "href": "/soft",
- "class": "menu_soft",
- "id": "memuAsoft",
- "sort": 11
- },
- {
- "title": "面板设置",
- "href": "/config",
- "class": "menu_set",
- "id": "memuAconfig",
- "sort": 12
- },
- {
- "title": "退出",
- "href": "/login?dologin=True",
- "class": "menu_exit",
- "id": "dologin",
- "sort": 13
- }
- ]
复制代码 |