Commit 7d569edd by 庄冰

ui

parent 893a0f5f
......@@ -515,7 +515,7 @@ class TemplatelinkService extends ServiceBase {
addObj["created_month"] =myDate.getMonth()+1;
addObj["created_day"] =myDate.getDate();
addObj["created_time"]=myDate.getTime();
// await this.execClient.execPostEs(addObj, this.browsingRecordsLogUrl);
await this.execClient.execPostEs(addObj, this.browsingRecordsLogUrl);
} catch (e) {
console.log(e,"writebrowsingrecords++++++++++++++++++++")
}
......
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