@@ -446,7 +446,7 @@ class LogManagementView(View):
# 港澳台返回美洲域名
if country_code == 'CN' and region in ['香港', '澳门', '台湾']:
- country_code = 'NA'
+ country_code = 'N/A'
country_qs = CountryModel.objects.filter(country_code=country_code).\
values('region__name', 'region__api')