自动化立体仓库 - WMS系统
Junjie
2023-10-10 ea76e783f4f4963b8ff402c8af39f0cdd0c15320
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,