fix: 修复导入axios依赖携带版本的问题

This commit is contained in:
刘洪洪
2023-10-16 18:13:30 +08:00
parent 0e82bebaac
commit 0a9d5591d5
3 changed files with 3 additions and 3 deletions

View File

@@ -331,7 +331,7 @@ export default {
list.forEach(t => {
this.activeNames.push(t)
})
this.$message.error('请确保信息填写完整')
this.$message.error(this.$t('detection.create.informationFilled'))
}
}
}