From 0d3e9db2e7139722fbfcc8d906195b0580a57e53 Mon Sep 17 00:00:00 2001 From: ccongli <1441652193@qq.com> Date: Mon, 30 Oct 2023 15:36:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=A4=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vol-vue3/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vol-vue3/vue.config.js b/vol-vue3/vue.config.js index b916da3..9d34e69 100644 --- a/vol-vue3/vue.config.js +++ b/vol-vue3/vue.config.js @@ -31,7 +31,7 @@ module.exports = { config.plugins.delete('prefetch'); //自下定义title config.plugin('html').tap((args) => { - args[0].title = 'vol开发框架'; + args[0].title = '云息数采平台'; return args; });