import enLocale from'element-ui/lib/locale/lang/en'const lang ={...enLocale,project:{name:'Database Audit',config:{language:'language',zh:'中文',en:'English',logOut:'logOut'},fourHundredAndOne:{title:'Unable to access the service',describe:'You have successfully logged in, but this account does not have permission to access this page. You can contact the administrator for authorization, or',button:'Switch to other account login'},fourHundredAndFour:{title:'Page lost',describe:'Please check whether the URL you entered is correct, or click the button below to return to the login page',button:'return'}}}exportdefault lang
2.3 zh.js
import zhLocale from'element-ui/lib/locale/lang/zh-CN'const lang ={...zhLocale,project:{name:'数据库审计',config:{language:'语言',zh:'中文',en:'English',logOut:'退出'},fourHundredAndOne:{title:'无法访问服务',describe:'您已登录成功,但此账号无权访问该页面。您可联系管理员授权,或',button:'切换其他账号登录'},fourHundredAndFour:{title:'页面走丢了',describe:'请检查您输入的网址是否正确,或单击下面的按钮返回登录页',button:'返回'}}}exportdefault lang