1234567891011121314 |
- import home from './home';
- import login from './login';
- import bind from './bind';
- import identity from './identity';
- import invitation from './invitation';
- import data from './data';
- import product from './product';
- import message from './message';
- import update from './update';
- import changeHistory from './changeHistory';
- import open from './open';
- import machine from './machine';
- export default [home, login, bind, identity, invitation, data, product, message, update, changeHistory, open, machine];
|