新需求

This commit is contained in:
蔡玲
2024-09-06 10:51:49 +08:00
parent 20f8520be2
commit f2c9f1b896
5 changed files with 45 additions and 78 deletions

View File

@@ -9,7 +9,7 @@ export const handLogin = (user, password) => {
}
export const regionList = () => {
let res = {
content: [{value: '1', label: 'aa'}, {value: '2', label: 'bb'}]
content: [{value: '1', label: 'A0000001'}, {value: '2', label: 'A0000002'}, {value: '3', label: 'A0000003'}, {value: '4', label: 'A0000004'}, {value: '5', label: 'A0000005'}, {value: '6', label: 'A0000006'}]
}
return res
}