Blame view

public/js/common/helpers/assetURI.js 83 Bytes
陈轩 authored
1
module.exports = function(path) {
陈轩 authored
2
    return window.STATIC_RESOURCE_PATH + path;
陈轩 authored
3
};