refactor:优化 VITE_APP_TENANT_ENABLE、VITE_APP_CAPTCHA_ENABLE 变量的加载,不使用 useAppConfig 处理
This commit is contained in:
@@ -7,7 +7,6 @@ import { ref, onMounted } from 'vue'
|
||||
import { getConfigKey } from '#/api/infra/config'
|
||||
|
||||
const loading = ref(true) // 是否加载中
|
||||
// TODO @芋艿:VITE_BASE_URL
|
||||
const src = ref(import.meta.env.VITE_BASE_URL + '/druid/index.html')
|
||||
|
||||
/** 初始化 */
|
||||
|
||||
Reference in New Issue
Block a user