• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · 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
  • static
  • js
  • me
  • entry.js
  • Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
    895ea3ef
    by xuqi
    2015-11-16 14:28:40 +0800  
    Browse Files
entry.js 233 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
/**
 * 个人中心js打包入口文件
 * @author: xuqi<qi.xu@yoho.cn>
 * @date: 2015/11/10
 */

require('./order');
require('./order-detail');
require('./fav');
require('./index');
require('./coupons');
require('./online-service');