• This project
    • Loading...
  • Sign in

fe / yohoblk-wap · 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
  • yohoblk-wap
  • src
  • pages
  • index.js
  • 关于页面数据整合
    517a89a6
    by 李奇
    2017-12-26 15:50:03 +0800  
    Browse Files
index.js 112 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
import product from './product';
import channel from './channel';

export default {
    product,
    channel
};