增加封禁省份管理

This commit is contained in:
GoEdgeLab
2020-11-06 11:30:35 +08:00
parent 18d987b582
commit 2a5c819c72
8 changed files with 172 additions and 5 deletions

View File

@@ -3,7 +3,6 @@ Tea.context(function () {
"ABC", "DEF", "GHI", "JKL", "MNO", "PQR", "STU", "VWX", "YZ"
];
this.selectedGroup = "ABC"
this.selectedCountries = []
this.letterCountries = {}
let that = this
this.countries.forEach(function (country) {