将configs改为config
This commit is contained in:
parent
64d5184a53
commit
1be298b173
@ -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 } = {};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user