root 3 years ago
parent
commit
e5d481ada0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -2860,14 +2860,14 @@
                 <div style="text-align: center;">
                     <div class="firmware_module_download" style="margin-right: 20%;">
                         <div style="display: table;">
-                            <button style="cursor: pointer;background: #4A6AFF;border-radius: 3px;width: 130px;line-height: 36px;border: none;" onclick='openUrl("/firmware/ai-module_firmware_2020-10-14.rar")'>
+                            <button style="cursor: pointer;background: #4A6AFF;border-radius: 3px;width: 130px;line-height: 36px;border: none;" onclick='openUrl("./firmware/ai-module_firmware_2020-10-14.rar")'>
                                 <span class="button_text translatable_button_text">下载固件升级包</span>
                             </button>
                         </div>
                     </div>
                     <div class="firmware_module_download">
                         <div style="display: table;">
-                            <button style="cursor: pointer;background: #4A6AFF;border-radius: 3px;width: 130px;line-height: 36px;border: none;" onclick='openUrl("/firmware/mcu-module_firmware_2020-9-21_STABLE.bin")'>
+                            <button style="cursor: pointer;background: #4A6AFF;border-radius: 3px;width: 130px;line-height: 36px;border: none;" onclick='openUrl("./firmware/mcu-module_firmware_2020-9-21_STABLE.bin")'>
                                 <span class="button_text translatable_button_text">下载固件升级包</span>
                             </button>
                         </div>