修改管理後台名稱2

This commit is contained in:
liaozetao
2024-04-22 15:51:28 +08:00
parent 0c28832c48
commit e89f73e9c8

View File

@@ -9,7 +9,7 @@ module.exports = defineConfig({
config config
.plugin('html') .plugin('html')
.tap(args => { .tap(args => {
args[0].title = 'PIKO管理后台' args[0].title = 'MOLISTAR管理后台'
return args return args
}) })
}, },