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

10 lines
156 B
JavaScript
Raw Normal View History

2023-12-11 01:24:16 +00:00
// #ifdef APP-PLUS
import service from './app';
// #endif
let apple = {};
if (typeof service !== 'undefined') {
apple = service;
}
export default apple;