公告板
版本库
filestore
活动
搜索
登录
main
/
testbookLayout
数字教材框架
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
页码监听
YM
2024-05-17
67d22fb0aeb9fe90b766abae0e41cb04aebc1296
[testbookLayout.git]
/
src
/
assets
/
methods
/
resources.js
1
2
3
4
5
6
import config from "../js/config"
const getResourcePath = (md5) => {
return config.requestCtx + '/file/api/ApiDownload?md5=' + md5
}
export default getResourcePath