From 38cae22c9bc558154717f880c6b777fc14c612c5 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Wed, 3 Sep 2025 14:33:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/menuapp/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/menuapp/index.vue b/src/views/system/menuapp/index.vue index bd1944e..a4f1a09 100644 --- a/src/views/system/menuapp/index.vue +++ b/src/views/system/menuapp/index.vue @@ -353,7 +353,7 @@ export default { doPrint() { const originalTitle = document.title; try { - document.title = this.title || '通用附件详情'; + document.title = this.title || '手机菜单详情'; const printElement = document.getElementById('printDetail'); const printFrame = document.createElement('iframe'); printFrame.style.position = 'absolute';