!311 修复DocAlert无法配置是否启用的问题

Merge pull request !311 from dhb52/master
This commit is contained in:
芋道源码
2024-02-17 03:45:58 +00:00
committed by Gitee
4 changed files with 9 additions and 5 deletions

View File

@ -22,7 +22,7 @@ const goToUrl = () => {
/** 是否开启 */
const getEnable = () => {
return import.meta.env.VITE_APP_TENANT_ENABLE === 'true'
return import.meta.env.VITE_APP_DOCALERT_ENABLE !== 'false'
}
</script>
<style scoped>