fix: 添加湛江的地区选择

This commit is contained in:
2026-03-09 17:54:11 +08:00
committed by DocAuditAI Dev
parent 33fbd6b860
commit 4de16d66da
2 changed files with 34 additions and 0 deletions
+17
View File
@@ -100,6 +100,23 @@ const AREA_OPTIONS = [
{ value: "云浮", label: "云浮" },
{ value: "揭阳", label: "揭阳" },
{ value: "潮州", label: "潮州" },
{ value: "湛江", label: "湛江" },
// { value: "广州", label: "广州" },
// { value: "深圳", label: "深圳" },
// { value: "珠海", label: "珠海" },
// { value: "佛山", label: "佛山" },
// { value: "惠州", label: "惠州" },
// { value: "江门", label: "江门" },
// { value: "茂名", label: "茂名" },
// { value: "汕尾", label: "汕尾" },
// { value: "汕头", label: "汕头" },
// { value: "河源", label: "河源" },
// { value: "阳江", label: "阳江" },
// { value: "清远", label: "清远" },
// { value: "东莞", label: "东莞" },
// { value: "中山", label: "中山" },
// { value: "肇庆", label: "肇庆" },
// { value: "韶关", label: "韶关" },
{ value: "省局", label: "省局" }
];
+17
View File
@@ -76,6 +76,23 @@ const AREA_OPTIONS = [
{ value: "云浮", label: "云浮" },
{ value: "揭阳", label: "揭阳" },
{ value: "潮州", label: "潮州" },
{ value: "湛江", label: "湛江" },
// { value: "广州", label: "广州" },
// { value: "深圳", label: "深圳" },
// { value: "珠海", label: "珠海" },
// { value: "佛山", label: "佛山" },
// { value: "惠州", label: "惠州" },
// { value: "江门", label: "江门" },
// { value: "茂名", label: "茂名" },
// { value: "汕尾", label: "汕尾" },
// { value: "汕头", label: "汕头" },
// { value: "河源", label: "河源" },
// { value: "阳江", label: "阳江" },
// { value: "清远", label: "清远" },
// { value: "东莞", label: "东莞" },
// { value: "中山", label: "中山" },
// { value: "肇庆", label: "肇庆" },
// { value: "韶关", label: "韶关" },
{ value: "省局", label: "省局" }
];