• 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
  • js
  • guang
  • index.js
  • fix bug of pkg without js/guang/detail
    9be81f8b
    by xuqi
    2015-10-23 15:52:58 +0800  
    Browse Files
index.js 199 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
/**
 * 逛打包入口
 * @author: xuqi<qi.xu@yoho.cn>
 * @date: 2015/10/9
 */

require('./plus-star/list');
require('./plus-star/detail');

require('./home');
require('./list');
require('./detail');