perf: 优化.env配置

This commit is contained in:
dhb52
2023-11-05 23:14:56 +08:00
parent 4f2f4f72b5
commit 89dbb8c9e8
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>