• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • static
  • index.js
  • common js
    0b6e853f
    by xuqi
    2015-10-21 14:04:58 +0800  
    Browse Files
index.js 215 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
var yohobuy;

require('./js/common');

require('./js/passport/index');
require('./js/guang/index');
require('./js/home/index');
require('./js/product/index');
require('./js/index/index');

module.exports = yohobuy;