• 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
  • web-static
  • js
  • product
  • entry.js
  • code review by fei.hong: do login and new sale search
    f77f58aa
    by hf
    2016-03-11 21:11:03 +0800  
    Browse Files
entry.js 192 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
/**
 * 商品页面打包入口文件
 * @auhtor: xuqi<qi.xu@yoho.cn>
 * @date: 2015/12/28
 */

require('./list');

require('./brand');

require('./hotrank');

require('./item');