From e89f73e9c80992329700d4c9176bd3ea61021f0d Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Mon, 22 Apr 2024 15:51:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AE=A1=E7=90=86=E5=BE=8C?= =?UTF-8?q?=E5=8F=B0=E5=90=8D=E7=A8=B12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 8fff9e3..99f16aa 100644 --- a/vue.config.js +++ b/vue.config.js @@ -9,7 +9,7 @@ module.exports = defineConfig({ config .plugin('html') .tap(args => { - args[0].title = 'PIKO管理后台' + args[0].title = 'MOLISTAR管理后台' return args }) },