mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-13 18:35:07 +08:00
perf: 优化.env配置
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user