You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
156 B

7 months ago
  1. // #ifdef APP-PLUS
  2. import service from './app';
  3. // #endif
  4. let apple = {};
  5. if (typeof service !== 'undefined') {
  6. apple = service;
  7. }
  8. export default apple;