鞍钢鲅鱼圈能源管控系统前端代码
houzhongjian
3 天以前 af5495931308376949a92040151c4c6f46866c6b
提交 | 用户 | 时间
cb6cd2 1 export const setHtmlPageLang = (locale: LocaleType) => {
H 2   document.querySelector('html')?.setAttribute('lang', locale)
3 }