mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 04:05:18 +00:00
chore(client) double setConfig
This commit is contained in:
parent
c49d202183
commit
89b416c9f0
1 changed files with 1 additions and 2 deletions
|
|
@ -299,8 +299,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
return lGetSysFile;
|
||||
}
|
||||
|
||||
CloudCmd.setConfig = function(config) { Config = config };
|
||||
CloudCmd.setConfig = function(config) {Config = config};
|
||||
CloudCmd.setConfig = function(config) { Config = config; };
|
||||
CloudCmd.getConfig = getSystemFile(Config, CloudCmd.JSONDIR + 'config.json');
|
||||
CloudCmd.getModules = getSystemFile(Modules, CloudCmd.JSONDIR + 'modules.json');
|
||||
CloudCmd.getFileTemplate = getSystemFile(FileTemplate, CloudCmd.HTMLDIR + 'file.html');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue