feat(projects): 1:恢复岗位页面;2:国际化功能摒弃;

This commit is contained in:
2026-04-03 13:42:55 +08:00
parent ef60ebf8b2
commit 74d8e669c0
11 changed files with 684 additions and 21 deletions

View File

@@ -3,7 +3,6 @@ import { computed } from 'vue';
import type { Component } from 'vue';
import { getPaletteColorByNumber, mixColor } from '@sa/color';
import { loginModuleRecord } from '@/constants/app';
import { useAppStore } from '@/store/modules/app';
import { useThemeStore } from '@/store/modules/theme';
import { $t } from '@/locales';
import PwdLogin from './modules/pwd-login.vue';
@@ -18,7 +17,6 @@ interface Props {
const props = defineProps<Props>();
const appStore = useAppStore();
const themeStore = useThemeStore();
interface LoginModule {
@@ -61,13 +59,6 @@ const bgColor = computed(() => {
class="text-20px lt-sm:text-18px"
@switch="themeStore.toggleThemeScheme"
/>
<LangSwitch
v-if="themeStore.header.multilingual.visible"
:lang="appStore.locale"
:lang-options="appStore.localeOptions"
:show-tooltip="false"
@change-lang="appStore.changeLocale"
/>
</div>
</header>
<main class="pt-15px">