12345678910111213 |
- import home from './home';
- import login from './login';
- import bind from './bind';
- import id from './id';
- import identity from './identity';
- import invitation from './invitation';
- import study from './study';
- import message from './message';
- import open from './open';
- import pay from './pay';
- import bought from './bought';
- export default [home, login, bind, identity, invitation, study, id, message, open, pay, bought];
|