|
@@ -86,9 +86,9 @@ export default defineComponent({
|
|
console.log(myPoint, attendanceScope.value)
|
|
console.log(myPoint, attendanceScope.value)
|
|
try {
|
|
try {
|
|
await postMessage({
|
|
await postMessage({
|
|
- api: 'getAppAuth',
|
|
|
|
|
|
+ api: 'sourseMapApi',
|
|
content: {
|
|
content: {
|
|
- type: 'getPoint',
|
|
|
|
|
|
+ type: 'display',
|
|
orginPoint: teacherAttInfo.value.addressLongitudeLatitude,
|
|
orginPoint: teacherAttInfo.value.addressLongitudeLatitude,
|
|
myPoint,
|
|
myPoint,
|
|
limitDistance: attendanceScope.value
|
|
limitDistance: attendanceScope.value
|