fix: 多语言重复key/图标引用缺失
This commit is contained in:
@@ -768,7 +768,6 @@ const local: any = {
|
||||
selectGroup:'No Group',
|
||||
total:'Total',
|
||||
name:'SSID Name',
|
||||
security:'Security',
|
||||
none:'None',
|
||||
security: {
|
||||
security:'Security',
|
||||
|
||||
@@ -769,12 +769,14 @@ const local:any = {
|
||||
selectGroup:'无网络组',
|
||||
total:'共',
|
||||
name:'SSID名称',
|
||||
security:'安全性',
|
||||
none:'无',
|
||||
wpaEnterprise:'WPA-Enterprise',
|
||||
wpaPersonal:'WPA-Personal',
|
||||
ppskWithoutRadius:'PPSK without RADIUS',
|
||||
ppskWithRadius:'PPSK with RADIUS',
|
||||
security: {
|
||||
security:'安全性',
|
||||
wpaEnterprise: 'WPA-Enterprise',
|
||||
wpaPersonal: 'WPA-Personal',
|
||||
ppskWithoutRadius: 'PPSK without RADIUS',
|
||||
ppskWithRadius: 'PPSK with RADIUS',
|
||||
},
|
||||
band:'频段',
|
||||
guestNetwork:'访客网络',
|
||||
enable:'开启',
|
||||
|
||||
@@ -7,7 +7,7 @@ import { enableStatusRecord } from '@/constants/business';
|
||||
import { SimpleScrollbar } from '~/packages/materials/src';
|
||||
import UserOperateDrawer from './modules/user-operate-drawer.vue';
|
||||
import UserSearch from './modules/user-search.vue';
|
||||
import { LockOutlined } from '@ant-design/icons-vue';
|
||||
import { UserOutlined, LockOutlined } from '@ant-design/icons-vue';
|
||||
|
||||
const wrapperEl = shallowRef<HTMLElement | null>(null);
|
||||
const { height: wrapperElHeight } = useElementSize(wrapperEl);
|
||||
|
||||
Reference in New Issue
Block a user