How to set the configuration information of AMap.Geolocation in vue-amap

use AMap.Geolocation, in Wechat"s official account to get the current location, using the following code:
introduce AMap: into main.js

Vue.use(AMap);
AMap.initAMapApiLoader({
  key: "5f31da4f750b6ff80992efaef75acd9c",
  plugin: ["AMap.Geolocation"]
});

refer to the location plug-in on a specific page:

clipboard.png

apiGeolocation:
ide/services/geolocation" rel="nofollow noreferrer">https://lbs.amap.com/api/java...

clipboard.png

how do you set the configuration information for Geolocation in the above code?
ask for advice, thank you

Mar.23,2021
Menu