“基芯农育种”修改为“智慧育种”

This commit is contained in:
liupengcheng
2024-10-24 13:49:21 +08:00
parent 13dee5ae31
commit acba16bf28
3 changed files with 168 additions and 170 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
})