Commit 6c0074f5 authored by youjie's avatar youjie

no message

parent 025f25e1
......@@ -148,6 +148,7 @@ export default defineComponent({
// 切换语言
const getLanguage = (val) => {
locale.value = val.langLocale;
localStorage.setItem('lanuage', val.langLocale)
}
return { userModel, usernameRef, passwordRef, userValidateRule, loginSubmit, dtNow, stateManager,getLanguage,...data}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment