From 732b6ed1db720675ab9226bc5932f7d75b144df2 Mon Sep 17 00:00:00 2001 From: zhengjie <201507802@qq.com> Date: Sat, 30 Jan 2021 17:39:35 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96](v2.6)?= =?UTF-8?q?=EF=BC=9A=E5=A4=87=E6=A1=88=E4=B8=B4=E6=97=B6=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/settings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/settings.js b/src/settings.js index fc96165..793f42f 100644 --- a/src/settings.js +++ b/src/settings.js @@ -2,7 +2,7 @@ module.exports = { /** * @description 网站标题 */ - title: 'EL-ADMIN', + title: '个人软件测试', /** * @description 是否显示 tagsView */ @@ -46,5 +46,5 @@ module.exports = { /** * 备案号 */ - caseNumber: '浙ICP备18005431号' + caseNumber: '浙ICP备18005431号-6' }