123456789101112131415161718 |
- /**
- * 网站配置文件
- */
- const config = {
- appName: '龙弛财务',
- appLogo: '../../assets/logo.png',
- showViteLogo: true,
- logs: [],
- }
- export const viteLogo = (env) => {
- if (config.showViteLogo) {
- const chalk = require('chalk')
- }
- }
- export default config
|