From 4faad94c79cdf106b302a06a098a331790e37430 Mon Sep 17 00:00:00 2001 From: Joshi <3040996759@qq.com> Date: Sat, 25 Apr 2026 14:29:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(oa):=20=E6=B7=BB=E5=8A=A0=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D=E6=9D=83=E9=99=90=E8=AF=B4=E6=98=8E=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加了定位获取失败时的操作指引提示框 - 提供了浏览器定位权限配置的详细步骤说明 - 包含Edge和Chrome浏览器的配置方法 - 添加了站点地址的配置示例 - 更新了工作地点输入框的提示文字格式 --- ruoyi-ui/src/views/oa/project/report/my.vue | 24 ++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/oa/project/report/my.vue b/ruoyi-ui/src/views/oa/project/report/my.vue index 76546d7..3de0f3d 100644 --- a/ruoyi-ui/src/views/oa/project/report/my.vue +++ b/ruoyi-ui/src/views/oa/project/report/my.vue @@ -82,15 +82,33 @@ - + + + +
+

如果浏览器无法获取定位,请按以下步骤操作:

+
    +
  1. 在浏览器地址栏输入:edge://flags/#unsafely-treat-insecure-origin-as-secure(Edge) 或 chrome://flags/#unsafely-treat-insecure-origin-as-secure(Chrome)
  2. +
  3. 找到选项 "Insecure origins treated as secure"
  4. +
  5. 输入您的站点地址:http://49.232.154.205,然后设置为 Enabled
  6. +
  7. 重启浏览器,再尝试点击「重新获取定位」按钮
  8. +
+
+
\ No newline at end of file +