fix:维保前端项目标题修改

dev_1.0.2
jiangpeng 2026-05-26 17:25:23 +08:00
parent 341000a3b0
commit 802b169818
2 changed files with 1 additions and 2 deletions

View File

@ -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>

View File

@ -357,7 +357,6 @@ export default {
}
},
created() {
document.title = '紫光汇智售后查询'
const sn = (this.$route.query.sn || '').trim()
if (sn) {
this.queryMode = 'single'