fix:维保前端项目标题修改
parent
341000a3b0
commit
802b169818
|
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<title>紫光汇智售后查询系统</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
|
|||
|
|
@ -357,7 +357,6 @@ export default {
|
|||
}
|
||||
},
|
||||
created() {
|
||||
document.title = '紫光汇智售后查询'
|
||||
const sn = (this.$route.query.sn || '').trim()
|
||||
if (sn) {
|
||||
this.queryMode = 'single'
|
||||
|
|
|
|||
Loading…
Reference in New Issue