From 296c251847ef6825544d81239e0ce9a8e214a8cb Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 23 Jan 2025 18:40:25 +0800 Subject: [PATCH] 1 --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 90d68cdd..96533d9e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -11,7 +11,7 @@ function resolve(dir) { return path.join(__dirname, dir) } -const name = process.env.NODE_ENV === 'usa' ? 'LILI' : defaultSettings.title || 'IRCIS' // page title +const name = process.env.NODE_ENV === 'usa' ? 'LiLi' : defaultSettings.title || 'IRCIS' // page title // eslint-disable-next-line no-undef module.exports = {