作者 朱兆平

修改系统名称

@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 3
4 <head> 4 <head>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 - <title>易通快速通关申报管理系统</title> 6 + <title>易通链快速通关申报平台</title>
7 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> 7 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
8 </head> 8 </head>
9 9
@@ -233,7 +233,7 @@ let routes = [ @@ -233,7 +233,7 @@ let routes = [
233 { 233 {
234 path: '/out', 234 path: '/out',
235 component: Home, 235 component: Home,
236 - name: '出港航班申报', 236 + name: '出港申报',
237 iconCls:'el-icon-goods', 237 iconCls:'el-icon-goods',
238 children:[ 238 children:[
239 {path:'/departure',component:departure,name:'出港预报申报'}, 239 {path:'/departure',component:departure,name:'出港预报申报'},
@@ -146,7 +146,7 @@ @@ -146,7 +146,7 @@
146 } 146 }
147 }; 147 };
148 return { 148 return {
149 - sysName:'易通快速通关申报管理系统', 149 + sysName:'易通链快速通关申报平台',
150 collapsed:false, 150 collapsed:false,
151 sysUserName: '', 151 sysUserName: '',
152 sysUserId:'', 152 sysUserId:'',
@@ -333,8 +333,8 @@ @@ -333,8 +333,8 @@
333 //width:230px; 333 //width:230px;
334 height:60px; 334 height:60px;
335 font-size: 22px; 335 font-size: 22px;
336 - padding-left:20px;  
337 - padding-right:20px; 336 + padding-left:10px;
  337 + padding-right:10px;
338 border-color: rgba(238,241,146,0.3); 338 border-color: rgba(238,241,146,0.3);
339 border-right-width: 1px; 339 border-right-width: 1px;
340 border-right-style: solid; 340 border-right-style: solid;