shj
2022-08-10 f9de9ac69b12963345d939a2511e10293aaa86d7
1
2
3
4
5
6
7
8
9
10
11
12
13
// 定义内容
export default {
    formI18nLabel: {
        name: '姓名',
        email: '用戶歸屬部門',
        autograph: '登入帳戶名',
    },
    formI18nPlaceholder: {
        name: '請輸入姓名',
        email: '請輸入用戶歸屬部門',
        autograph: '請輸入登入帳戶名',
    },
};