Browse Source

:bug: post -> get

Ritchie 1 year ago
parent
commit
2d89d166f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/service/device/index.js

+ 1 - 1
src/service/device/index.js

@@ -184,7 +184,7 @@ export function updateDevicePassword(params) {
 
 
 // 修改Logo
 // 修改Logo
 export function newCustomLogo(params) {
 export function newCustomLogo(params) {
-    return axios.post(`/SZWL-SERVER/tLogo/newCustomLogo`, params)
+    return axios.get(`/SZWL-SERVER/tLogo/newCustomLogo`, params)
 }
 }
 
 
 // 日志下载
 // 日志下载