index.js 99 B

1234567
  1. import service from "./service";
  2. import views from './views'
  3. export default {
  4. service,
  5. views
  6. };