mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 完成主题切换,语言切换的本地存储
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import login from './login'
|
||||
|
||||
const global = {
|
||||
doc_addr: "Doc Address",
|
||||
form_account: "Please enter your account or email",
|
||||
form_password: "Please enter your password"
|
||||
}
|
||||
|
||||
export default {
|
||||
global: global,
|
||||
login: login
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
desc: "Log in to GoView",
|
||||
form_auto: "Sign in automatically",
|
||||
form_button: "Login",
|
||||
login_success: "Login success",
|
||||
login_message: "Please complete the letter",
|
||||
}
|
||||
Reference in New Issue
Block a user