吉安感知网项目-前端
罗广辉
2026-01-26 d426f53732493d82fe786a9b305050872af1a02d
Merge remote-tracking branch 'origin/master'
1 files modified
2 ■■■ changed files
uniapps/work-app/src/store/modules/location.js 2 ●●● patch | view | raw | blame | history
uniapps/work-app/src/store/modules/location.js
@@ -121,7 +121,7 @@
    reportLocation(location) {
      // 这里可以添加位置信息上报到服务器的逻辑
      // 例如:api.uploadLocation(location)
      // console.log('位置上报:', location);
      console.log('位置上报:', location);
    },
    /**