Commit 9e8c964c by chenweisong

路径修改

parent 0b38df8b
...@@ -367,7 +367,7 @@ ...@@ -367,7 +367,7 @@
doc.imgUrl = require("../../assets/app/workbench/pdf.png") doc.imgUrl = require("../../assets/app/workbench/pdf.png")
// doc.createdTime = this.formatTime(doc.createdTime) // doc.createdTime = this.formatTime(doc.createdTime)
doc.createdTime = doc.createdTime.slice(0, 10) doc.createdTime = doc.createdTime.slice(0, 10)
doc.filePath = 'https://emm.cmccbigdata.com:8443/mobile/download?id=' + doc.id doc.filePath = 'https://emm.cmccbigdata.com:8443/mobile/doc/download?id=' + doc.id
} }
data.sort((a, b) => { data.sort((a, b) => {
return b.id - a.id return b.id - a.id
......
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