style: 快速开站多语言翻译
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import { onMounted } from 'vue';
|
||||
import { fnToStepName } from '../hooks/useStep';
|
||||
import { useRouter } from 'vue-router';
|
||||
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
|
||||
import { TOKEN_RESPONSE_FIELD } from '@/constants/token-constants';
|
||||
import { getToken, setToken } from '@/plugins/auth-token';
|
||||
import { useRouter } from 'vue-router';
|
||||
import useI18n from '@/hooks/useI18n';
|
||||
import { bootloaderStart } from '@/api/system/quick-start/bootloader';
|
||||
import useI18n from '@/hooks/useI18n';
|
||||
import { fnToStepName } from '../hooks/useStep';
|
||||
const { t, changeLocale, optionsLocale } = useI18n();
|
||||
const router = useRouter();
|
||||
|
||||
@@ -40,7 +40,7 @@ onMounted(() => {
|
||||
<div class="ne-main">
|
||||
<a-space direction="vertical" style="width: 30%">
|
||||
<a-button block type="primary" @click="fnToStepName('SystemConfig')">
|
||||
开始
|
||||
{{ t('views.system.quickStart.start') }}
|
||||
</a-button>
|
||||
</a-space>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user