service/consultservice.js
@@ -25,4 +25,17 @@ Object.assign(cb, fun) $f.get(cb) }, //获取法律法规 getMgtFile: function (userId, fileId, fun) { let cb = { url: `/consultation/law/file`, params: { userId: userId, fileId: fileId, }, } Object.assign(cb, fun) $f.get(cb) }, }