You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
429 B
17 lines
429 B
export const registerValue = {
|
|
namdinh: {
|
|
province_alias: 'nam_dinh_',
|
|
district_alias: '',
|
|
organization: '',
|
|
represent_code: 'ND1'
|
|
},
|
|
phucyen: {
|
|
province_alias: 'vinh_phuc',
|
|
district_alias: 'thanh_pho_phuc_yen',
|
|
organization: '',
|
|
represent_code: 'PY1',
|
|
logo: '/assets/images/logo_PY1.png',
|
|
name: 'Phòng Giáo dục thành phố\nPhúc Yên - Vĩnh Phúc',
|
|
color: '#3493B8'
|
|
}
|
|
} |