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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3882f-406a8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3882f-406a8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?