Files
api-client/layouts/index.js

10 lines
211 B
Vue
Raw Permalink Normal View History

2025-03-28 18:28:06 +08:00
module.exports = {
2025-04-30 23:34:59 +08:00
webpackBarName: '管理后台',
2025-03-28 18:28:06 +08:00
webpackBanner: '',
donationConsole() {
const chalk = require('chalk')
console.log(chalk.green('项目启动成功'))
console.log('\n')
},
}