自动化立体仓库 - WMS系统
#
Junjie
2023-11-17 ad9c9ce4da2e549823b6d47b0219289a7dc7501f
src/main/webapp/views/login.html
@@ -173,7 +173,6 @@
        formData.append("file", files[0])
        $.ajax({
          url: baseUrl+"/license/updateLicense",
          headers: {'token': localStorage.getItem('token')},
          data: formData,
          method: 'POST',
          cache: false,