This commit is contained in:
aozhiwei 2020-08-18 20:17:41 +08:00
parent a6ac990ec0
commit 3d4c1e9d27

View File

@ -113,7 +113,7 @@ public:
res_path = "../res/"; res_path = "../res/";
} }
if (JsonDataMgr::Instance()->channel != 0) { if (JsonDataMgr::Instance()->channel != 0) {
res_path = a8::Format("%s%d", {res_path, JsonDataMgr::Instance()->channel}); res_path = a8::Format("%s%d/", {res_path, JsonDataMgr::Instance()->channel});
} }
f8::ReadCsvMetaFile(res_path + "parameter@parameter.csv", parameter_meta_list); f8::ReadCsvMetaFile(res_path + "parameter@parameter.csv", parameter_meta_list);