项目初始化
This commit is contained in:
9
sheep/platform/provider/apple/index.js
Normal file
9
sheep/platform/provider/apple/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// #ifdef APP-PLUS
|
||||
import service from './app';
|
||||
// #endif
|
||||
|
||||
let apple = {};
|
||||
if (typeof service !== 'undefined') {
|
||||
apple = service;
|
||||
}
|
||||
export default apple;
|
Reference in New Issue
Block a user