zhaoolee commit

This commit is contained in:
zhaoolee
2020-10-06 00:09:27 +08:00
parent 7fbc2f444e
commit 048503d45d
6 changed files with 10 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ function get_json_data(bqb_dir_list, prefix){
for(let n = 0, file_list_length = file_list.length; n < file_list_length; n++){
let tmp_img_url = path.join(prefix ,bqb_dir_list[i] ,file_list[n]);
let tmp_img_url = prefix + path.join(bqb_dir_list[i] ,file_list[n]);
console.log(tmp_img_url)