yanzhu-saas/yanzhu-ui/yanzhu-ui-mall-uniapp/sheep/platform/provider/apple/index.js

10 lines
156 B
JavaScript
Raw Normal View History

2026-02-04 17:47:51 +08:00
// #ifdef APP-PLUS
import service from './app';
// #endif
let apple = {};
if (typeof service !== 'undefined') {
apple = service;
}
export default apple;