ZZJ
2021-10-09 41f12685a510937009a97b57b54b1e3ed8f71c36
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export default {
  login:{
    company:"北京贝思科技术有限公司",
    aios:"人工智能操作系统"
  },
  button:{
    login:"登录"
  },
  placeholder: {
    enterUsername:"请输入用户名",
    enterPassword:"请输入密码",
  },
  licence:{
    unauthorized:"未授权",
    register:"未授权, 点击注册",
    authorized:"已授权",
    expired:"授权过期",
  }
}