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