• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • public
  • js
  • common
  • helpers
  • assetURI.js
  • JS 格式化
    9aa9cadc
    by ccbikai(👎🏻🍜)
    2017-02-22 16:48:37 +0800  
    Browse File »
assetURI.js 84 Bytes
Raw Blame History Permalink
1 2 3
module.exports = function(path) {
    return window.STATIC_RESOURCE_PATH + path;
};