Commit bcb72427 authored by tywldx's avatar tywldx

fix

parent 799d4836
......@@ -35,7 +35,7 @@ module.exports={
getCommand: function(key,params){
let lib = this.libs[key];
let temp = ""
temp = lib.command.replace(reg,`/Users/yangmei/coding.net/BlackPearl/uploads/${lib.file_name}`);
temp = lib.command.replace(reg,`./uploads/${lib.file_name}`);
params.forEach(function(param){
temp = temp.replace(reg,param)
},this);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment