字典:后台重载bug
This commit is contained in:
@@ -12,7 +12,9 @@ export interface DicServerName {
|
||||
export const dicServerName = new Map<number, string>();
|
||||
export const dicServerGroupName = new Map<number, string>();
|
||||
export function loadServerName() {
|
||||
|
||||
dicServerName.clear();
|
||||
dicServerGroupName.clear();
|
||||
|
||||
{
|
||||
let arr = readFileAndParse(FILENAME.DIC_SERVER_NAME);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user