perf: 优化.env配置

(cherry picked from commit 89dbb8c9e8)
This commit is contained in:
dhb52
2023-11-05 23:14:56 +08:00
committed by shizhong
parent 8c2b96afc9
commit fa174ba54e
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>