From ff562362a25f06792b4ced39041f4100e8ad18f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E9=B9=84?= <1182383+zhc02@users.noreply.gitee.com> Date: Mon, 16 Dec 2019 23:49:47 +0800 Subject: [PATCH] 1 --- public/static/api/init.json | 78 +++++++-------------------------- public/static/css/layuimini.css | 2 +- 2 files changed, 18 insertions(+), 62 deletions(-) diff --git a/public/static/api/init.json b/public/static/api/init.json index 470e4e0..ddb0458 100644 --- a/public/static/api/init.json +++ b/public/static/api/init.json @@ -8,7 +8,7 @@ "href": "/home" }, "logoInfo": { - "title": "LayuiMini", + "title": "", "image": "/static/images/logo.png", "href": "" }, @@ -52,89 +52,45 @@ ] }, { - "title": "系统设置", - "href": "page/setting.html", - "icon": "fa fa-gears", - "target": "_self" - }, - { - "title": "表格示例", - "href": "page/table.html", - "icon": "fa fa-file-text", - "target": "_self" - }, - { - "title": "表单示例", + "title": "会话管理", "href": "", - "icon": "fa fa-calendar", + "icon": "fa fa-file-text", "target": "_self", "child": [ { - "title": "普通表单", - "href": "page/form.html", + "title": "游客列表", + "href": "/visitorList", "icon": "fa fa-list-alt", "target": "_self" }, { - "title": "分步表单", - "href": "page/form-step.html", + "title": "聊天记录", + "href": "/chatLogList", + "icon": "fa fa-list-alt", + "target": "_self" + }, + { + "title": "服务记录", + "href": "/serviceList", "icon": "fa fa-navicon", "target": "_self" } ] }, + { - "title": "登录模板", - "href": "", - "icon": "fa fa-flag-o", - "target": "_self", - "child": [ - { - "title": "登录-1", - "href": "page/login-1.html", - "icon": "fa fa-stumbleupon-circle", - "target": "_blank" - }, - { - "title": "登录-2", - "href": "page/login-2.html", - "icon": "fa fa-viacoin", - "target": "_blank" - } - ] - }, - { - "title": "异常页面", - "href": "", - "icon": "fa fa-home", - "target": "_self", - "child": [ - { - "title": "404页面", - "href": "page/404.html", - "icon": "fa fa-hourglass-end", - "target": "_self" - } - ] - }, - { - "title": "其它界面", + "title": "部署", "href": "", "icon": "fa fa-snowflake-o", "target": "", "child": [ { - "title": "按钮示例", + "title": "对接方式", "href": "page/button.html", "icon": "fa fa-snowflake-o", "target": "_self" - }, - { - "title": "弹出层", - "href": "page/layer.html", - "icon": "fa fa-shield", - "target": "_self" } + ] } ] diff --git a/public/static/css/layuimini.css b/public/static/css/layuimini.css index 6d0d70b..cd05363 100644 --- a/public/static/css/layuimini.css +++ b/public/static/css/layuimini.css @@ -28,7 +28,7 @@ /**logo演示(通用) */ .layui-layout-admin .layui-logo {font-weight:bold;color:#ffffff!important;height:60px!important;line-height:60px !important;overflow:hidden;line-height:64px;transition:all .2s!important;} -.layui-layout-admin .layui-logo img {display:inline-block;height:30px;vertical-align:middle;} +.layui-layout-admin .layui-logo img {display:inline-block;height:40x;width:100px;vertical-align:middle;} .layui-layout-admin .layui-logo h1 {display:inline-block;margin:0 0 0 12px;color:#dadde2;font-weight:600;font-size:20px;font-family:Avenir,Helvetica Neue,Arial,Helvetica,sans-serif;vertical-align:middle;} /**logo演示(缩放) */