mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-25 02:00:21 +08:00
🔨 Refactor(custom): remove alert in manage login page
This commit is contained in:
@@ -15,15 +15,6 @@
|
||||
style="width: 100%; overflow-y: scroll; height: calc(100vh - 50px)"
|
||||
lazy
|
||||
>
|
||||
<el-alert
|
||||
:title="$T('MANAGE_LOGIN_PAGE_PANE_DESC')"
|
||||
type="success"
|
||||
show-icon
|
||||
center
|
||||
:element-loading-text="$T('MANAGE_LOGIN_PAGE_PANE_LOADING')"
|
||||
:element-loading-spinner="svg"
|
||||
element-loading-svg-view-box="0, 0, 150, 150"
|
||||
/>
|
||||
<el-row>
|
||||
<el-col v-for="item in sortedAllConfigAliasMap" :key="item" :xs="24" :sm="12" :md="8" :lg="6" :xl="4">
|
||||
<el-card class="box-card" style="margin: 10px 0" shadow="hover">
|
||||
@@ -210,7 +201,7 @@ import { useRouter } from 'vue-router'
|
||||
import { useManageStore } from '@/manage/store/manageStore'
|
||||
import { supportedPicBedList } from '@/manage/utils/constants'
|
||||
import { getConfig, saveConfig, removeConfig } from '@/manage/utils/dataSender'
|
||||
import { formObjToTableData, svg } from '@/manage/utils/common'
|
||||
import { formObjToTableData } from '@/manage/utils/common'
|
||||
|
||||
import { getConfig as getPicBedsConfig } from '@/utils/dataSender'
|
||||
import { T as $T } from '@/i18n'
|
||||
|
||||
1
src/universal/types/i18n.d.ts
vendored
1
src/universal/types/i18n.d.ts
vendored
@@ -674,7 +674,6 @@ interface ILocales {
|
||||
MANAGE_CONSTANT_SFTP_BUCKET_PLACEHOLDER: string
|
||||
MANAGE_CONSTANT_SFTP_BUCKET_TOOLTIP: string
|
||||
MANAGE_LOGIN_PAGE_PANE_NAME: string
|
||||
MANAGE_LOGIN_PAGE_PANE_DESC: string
|
||||
MANAGE_LOGIN_PAGE_PANE_LOADING: string
|
||||
MANAGE_LOGIN_PAGE_PANE_KEY_NAME: string
|
||||
MANAGE_LOGIN_PAGE_PANE_KEY_VALUE: string
|
||||
|
||||
Reference in New Issue
Block a user