fix:优化快速查询模块

This commit is contained in:
wuzhihao
2024-08-30 16:53:29 +08:00
parent 74aaab7d5b
commit 45ceaaa250
5 changed files with 100 additions and 54 deletions

View File

@@ -78,7 +78,7 @@ module.exports = {
chainWebpack: config => {
// if (IS_PRODUCTION) {
config.plugin('html').tap(args => {
args[0].title = '智慧畜牧平台'
args[0].title = '基芯农育种'
args[0].cdn = cdn
return args
})