|
|
|
@ -159,12 +159,19 @@
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="subject_bottom">
|
|
|
|
|
<span>
|
|
|
|
|
<!-- <span>
|
|
|
|
|
{{ t('sys.subject.bottom_copyright') }}
|
|
|
|
|
|
|
|
|
|
|
{{ t('sys.subject.bottom_support') }}
|
|
|
|
|
|
|
|
|
|
|
{{ t('sys.subject.bottom_version') }}
|
|
|
|
|
</span> -->
|
|
|
|
|
<span>
|
|
|
|
|
{{ VITE_GLOB_APP_MANAGEMENT_UNIT }}
|
|
|
|
|
|
|
|
|
|
|
{{ VITE_GLOB_APP_TECHINICAL_SUPPORT }}
|
|
|
|
|
|
|
|
|
|
|
{{ VITE_GLOB_APP_VERSIONS }}
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -179,7 +186,12 @@
|
|
|
|
|
import { useI18n } from '@/hooks/web/useI18n';
|
|
|
|
|
import { PageEnum } from '@/enums/pageEnum';
|
|
|
|
|
|
|
|
|
|
const { VITE_GLOB_API_URL } = getAppEnvConfig();
|
|
|
|
|
const {
|
|
|
|
|
VITE_GLOB_API_URL,
|
|
|
|
|
VITE_GLOB_APP_MANAGEMENT_UNIT,
|
|
|
|
|
VITE_GLOB_APP_TECHINICAL_SUPPORT,
|
|
|
|
|
VITE_GLOB_APP_VERSIONS,
|
|
|
|
|
} = getAppEnvConfig();
|
|
|
|
|
const VITE_GLOB_API_URL_VAR = ref<String>(VITE_GLOB_API_URL + '/');
|
|
|
|
|
const { t } = useI18n();
|
|
|
|
|
|
|
|
|
|