diff --git a/pages/manage/deviceManage.vue b/pages/manage/deviceManage.vue
index 064c9e0..8db72cf 100644
--- a/pages/manage/deviceManage.vue
+++ b/pages/manage/deviceManage.vue
@@ -217,9 +217,7 @@ export default {
         url: this.$baseImageUrl + '/' + filePath,
         success: (res) => {  // 使用箭头函数
           var filePath = res.tempFilePath;
-          console.log('看看执行了吗');
           this.isLoading = false;
-          console.log('目前的loading', this.isLoading);  // this 现在指向 Vue 实例
 
           uni.openDocument({
             filePath: filePath,