将configs改为config

This commit is contained in:
zhl 2020-12-16 14:55:17 +08:00
parent 64d5184a53
commit 1be298b173
7 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import {BaseConst} from "../constants/BaseConst";
import {error} from "./Debug";
const $cfg = new Map();
const jsonPath = 'configs';
const jsonPath = 'config';
export var DataParser = (function (){
const parsers: { [index: string]: ConfigDataParser } = {};