diff --git a/vue.config.js b/vue.config.js index 8fff9e3..99f16aa 100644 --- a/vue.config.js +++ b/vue.config.js @@ -9,7 +9,7 @@ module.exports = defineConfig({ config .plugin('html') .tap(args => { - args[0].title = 'PIKO管理后台' + args[0].title = 'MOLISTAR管理后台' return args }) },