diff --git a/packages/wx-shake/index.js b/packages/wx-shake/index.js index e357d23..fd11d14 100644 --- a/packages/wx-shake/index.js +++ b/packages/wx-shake/index.js @@ -12,6 +12,8 @@ const defaultShakeApiList = [ 'addPhoneRepeatCalendar', 'addPhoneCalender', 'saveFileToDisk', + 'startLocationUpdateBackground', + 'startLocationUpdate', ] const WxShake = ({apiList}) => { return { diff --git a/packages/wx-shake/package.json b/packages/wx-shake/package.json index b6391ed..eac1cab 100644 --- a/packages/wx-shake/package.json +++ b/packages/wx-shake/package.json @@ -1,6 +1,6 @@ { "name": "@remax/plugin-wx-shake", - "version": "1.0.7", + "version": "1.0.11", "description": "移除remax中没有使用过的wx接口", "main": "index.js", "scripts": {