mall-uniapp/sheep/platform/provider/apple/index.js

10 lines
156 B
JavaScript
Raw Normal View History

2022-11-22 07:45:36 +00:00
// #ifdef APP-PLUS
import service from './app';
// #endif
let apple = {};
if (typeof service !== 'undefined') {
apple = service;
}
export default apple;