screen_standard/src/utils/request.js
@@ -19,7 +19,7 @@ if (response.data.code !== 200) { ElMessage({ message: response.data.message, type: 'warning' }) } return response.data; return response.data.data; }, function (error) { return Promise.reject(error); });