2023/11/27 对于登陆界面和菜单栏进行更改
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 626 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 20 KiB |
|
@ -32,7 +32,7 @@
|
|||
<div class="sidebar-container">
|
||||
<div class="logo">
|
||||
<!-- <img src="images/logo.png" width="122.5" alt="" /> -->
|
||||
<img src="images/login/login-logo.png" alt="" style="width: 117px; height: 32px" />
|
||||
<img src="images/login/logo.png" alt="" style="width: 117px; height: 32px" />
|
||||
</div>
|
||||
|
||||
<el-scrollbar wrap-class="scrollbar-wrapper">
|
||||
|
@ -124,31 +124,31 @@
|
|||
// children: [
|
||||
{
|
||||
id: '2',
|
||||
name: '员工管理',
|
||||
name: '账号管理',
|
||||
url: 'page/member/list.html',
|
||||
icon: 'icon-member'
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
name: '分类管理',
|
||||
name: '全部案件',
|
||||
url: 'page/category/list.html',
|
||||
icon: 'icon-category'
|
||||
},
|
||||
{
|
||||
id: '4',
|
||||
name: '菜品管理',
|
||||
name: '合同纠纷',
|
||||
url: 'page/food/list.html',
|
||||
icon: 'icon-food'
|
||||
},
|
||||
{
|
||||
id: '5',
|
||||
name: '套餐管理',
|
||||
name: '出资纠纷',
|
||||
url: 'page/combo/list.html',
|
||||
icon: 'icon-combo'
|
||||
},
|
||||
{
|
||||
id: '6',
|
||||
name: '订单明细',
|
||||
name: '行政纠纷',
|
||||
url: 'page/order/list.html',
|
||||
icon: 'icon-order'
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>瑞吉外卖管理端</title>
|
||||
<title>法务管理系统</title>
|
||||
<link rel="shortcut icon" href="../../favicon.ico">
|
||||
<!-- 引入样式 -->
|
||||
<link rel="stylesheet" href="../../plugins/element-ui/index.css" />
|
||||
|
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 626 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 20 KiB |
|
@ -32,7 +32,7 @@
|
|||
<div class="sidebar-container">
|
||||
<div class="logo">
|
||||
<!-- <img src="images/logo.png" width="122.5" alt="" /> -->
|
||||
<img src="images/login/login-logo.png" alt="" style="width: 117px; height: 32px" />
|
||||
<img src="images/login/logo.png" alt="" style="width: 117px; height: 32px" />
|
||||
</div>
|
||||
|
||||
<el-scrollbar wrap-class="scrollbar-wrapper">
|
||||
|
@ -124,31 +124,31 @@
|
|||
// children: [
|
||||
{
|
||||
id: '2',
|
||||
name: '员工管理',
|
||||
name: '账号管理',
|
||||
url: 'page/member/list.html',
|
||||
icon: 'icon-member'
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
name: '分类管理',
|
||||
name: '全部案件',
|
||||
url: 'page/category/list.html',
|
||||
icon: 'icon-category'
|
||||
},
|
||||
{
|
||||
id: '4',
|
||||
name: '菜品管理',
|
||||
name: '合同纠纷',
|
||||
url: 'page/food/list.html',
|
||||
icon: 'icon-food'
|
||||
},
|
||||
{
|
||||
id: '5',
|
||||
name: '套餐管理',
|
||||
name: '出资纠纷',
|
||||
url: 'page/combo/list.html',
|
||||
icon: 'icon-combo'
|
||||
},
|
||||
{
|
||||
id: '6',
|
||||
name: '订单明细',
|
||||
name: '行政纠纷',
|
||||
url: 'page/order/list.html',
|
||||
icon: 'icon-order'
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>瑞吉外卖管理端</title>
|
||||
<title>法务管理系统</title>
|
||||
<link rel="shortcut icon" href="../../favicon.ico">
|
||||
<!-- 引入样式 -->
|
||||
<link rel="stylesheet" href="../../plugins/element-ui/index.css" />
|
||||
|
|