feat: 添加网站配置文件

This commit is contained in:
yiran
2022-07-25 17:52:33 +08:00
parent 9e40480b9b
commit 299f8c89a5
4 changed files with 25 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
import logoImage from '@/assets/images/logo.png';
import loginImage from '@/assets/images/account-logo.png';
export const websiteConfig = Object.freeze({
title: 'NaiveUiAdmin',
logo: logoImage,
loginImage: loginImage,
loginDesc: 'Naive Ui Admin中台前端/设计解决方案',
});