Browse Source

去除打印信息

plg 7 months ago
parent
commit
a6695bb0cc

+ 1 - 1
src/components/ChannelRegister.vue

@@ -263,7 +263,7 @@ export default {
     handleAvatarSuccess(data) {
       if (data.code == 200) {
         this.ruleForm.avatar = basePath + "/file/show?filePath=" + data.data;
-        console.log(basePath + "/file/show?filePath=" + data.data);
+      
       } else {
         //失败
       }

+ 1 - 1
src/components/ContractChannelRegister.vue

@@ -225,7 +225,7 @@ export default {
     handleAvatarSuccess(data) {
       if (data.code == 200) {
         this.ruleForm.background = basePath + "/file/show?filePath=" + data.data;
-        console.log(basePath + "/file/show?filePath=" + data.data);
+       
       } else {
         //失败
       }

+ 1 - 1
src/components/ContractRegister.vue

@@ -313,7 +313,7 @@ export default {
     handleAvatarSuccess(data) {
       if (data.code == 200) {
         this.ruleForm.background = basePath + "/file/show?filePath=" + data.data;
-        console.log(basePath + "/file/show?filePath=" + data.data);
+       
       } else {
         //失败
       }

+ 1 - 1
src/components/ContractTopUp.vue

@@ -40,7 +40,7 @@ export default {
     open(val) {
       this.id = val;
       this.centerDialogVisible = true;
-      console.log(this.centerDialogVisible);
+    
     },
     submitForm(formName) {
       this.$refs[formName].validate((valid) => {

+ 1 - 1
src/components/EditHomeRegister.vue

@@ -220,7 +220,7 @@ export default {
     handleAvatarSuccess(data) {
       if (data.code == 200) {
         this.ruleForm.avatar = basePath + "/file/show?filePath=" + data.data;
-        console.log(basePath + "/file/show?filePath=" + data.data);
+     
       } else {
         //失败
       }

+ 2 - 2
src/components/PriceRegister.vue

@@ -198,7 +198,7 @@ export default {
     handleAvatarSuccess(data) {
       if (data.code == 200) {
         this.ruleForm.avatar = basePath + "/file/show?filePath=" + data.data;
-        console.log(basePath + "/file/show?filePath=" + data.data);
+       
       } else {
         //失败
       }
@@ -262,7 +262,7 @@ export default {
       this.ruleForm.endNum = val.endNum;
       this.ruleForm.status = val.status;
       this.ruleForm.channelLevel = val.channelLevel;
-      console.log(val.channelLevel)
+  
     },
     cancle() {
       //清空表单

+ 2 - 2
src/components/ProductRegister.vue

@@ -215,7 +215,7 @@ export default {
     handleAvatarSuccess(data) {
       if (data.code == 200) {
         this.ruleForm.avatar = basePath + "/file/show?filePath=" + data.data;
-        console.log(basePath + "/file/show?filePath=" + data.data);
+   
       } else {
         //失败
       }
@@ -281,7 +281,7 @@ export default {
       this.ruleForm.type = val.type;
       this.ruleForm.description  = val.description ;
       this.ruleForm.isDelete = val.isDelete;
-      console.log(val.channelLevel)
+     
     },
     cancle() {
 

+ 2 - 2
src/components/ReportRegister.vue

@@ -236,7 +236,7 @@ export default {
     handleAvatarSuccess(data) {
       if (data.code == 200) {
         this.ruleForm.avatar = basePath + "/file/show?filePath=" + data.data;
-        console.log(basePath + "/file/show?filePath=" + data.data);
+       
       } else {
         //失败
       }
@@ -305,7 +305,7 @@ export default {
       this.ruleForm.status = val.status;
       this.ruleForm.tax = val.tax;
       this.ruleForm.updateTime = val.updateTime;
-      console.log(val.channelLevel)
+    
     },
     cancle() {
       this.ruleForm.id ='';

+ 0 - 1
src/components/StaffRegister.vue

@@ -221,7 +221,6 @@ export default {
     handleAvatarSuccess(data) {
       if (data.code == 200) {
         this.ruleForm.avatar = basePath + "/file/show?filePath=" + data.data;
-        console.log(basePath + "/file/show?filePath=" + data.data);
       } else {
         //失败
       }

+ 2 - 2
src/views/manage/channelManagement/contract.vue

@@ -309,7 +309,7 @@ export default {
   created() {},
   mounted() {
     this.userInfo = JSON.parse(oSessionStorage.getItem("userInfo"));
-    console.log(this.userInfo);
+
 
     if (this.userInfo.type == "1") {
       this.channel = "";
@@ -394,7 +394,7 @@ export default {
       }
     },
     resetUser(index, val) {
-      console.log(val);
+
       this.$http.get(`/user/reset/${val.id}`, {}, (res) => {
         //  this.$toast.success({message:'成功'});
         if (res && res.code == 200) {

+ 1 - 1
src/views/manage/channelManagement/editHomePage.vue

@@ -259,7 +259,7 @@ export default {
       }
     },
     resetUser(index, val) {
-      console.log(val);
+  
       this.$http.get(`/user/reset/${val.id}`, {}, (res) => {
         //  this.$toast.success({message:'成功'});
         if (res && res.code == 200) {

+ 0 - 1
src/views/manage/channelManagement/staff.vue

@@ -272,7 +272,6 @@ export default {
       }
     },
     resetUser(index, val) {
-      console.log(val);
       this.$http.get(`/user/reset/${val.id}`, {}, (res) => {
         //  this.$toast.success({message:'成功'});
         if (res && res.code == 200) {

+ 0 - 2
src/views/manage/interfacePrice/interfacePrice.vue

@@ -278,7 +278,6 @@ export default {
     },
     handleSelectionChange(val) {
       this.multipleSelection = val;
-      console.log(this.multipleSelection);
     },
     formatterLevel(row) {
       if (row.channelLevel == "1") {
@@ -316,7 +315,6 @@ export default {
       }
     },
     resetUser(index, val) {
-      console.log(val);
       this.$http.get(`/user/reset/${val.id}`, {}, (res) => {
         //  this.$toast.success({message:'成功'});
         if (res && res.code == 200) {

+ 0 - 2
src/views/manage/interfacePrice/productPrice.vue

@@ -266,7 +266,6 @@ export default {
     },
     handleSelectionChange(val) {
       this.multipleSelection = val;
-      console.log(this.multipleSelection);
     },
     formatterLevel(row) {
       if (row.type == "1") {
@@ -304,7 +303,6 @@ export default {
       }
     },
     resetUser(index, val) {
-      console.log(val);
       this.$http.get(`/user/reset/${val.id}`, {}, (res) => {
         //  this.$toast.success({message:'成功'});
         if (res && res.code == 200) {

+ 0 - 2
src/views/manage/interfacePrice/reportList.vue

@@ -250,7 +250,6 @@ export default {
   created() {},
   mounted() {
     this.userInfo = JSON.parse(oSessionStorage.getItem("userInfo"));
-    console.log(this.userInfo);
 
     if (this.userInfo.type == "1") {
       this.channel = "";
@@ -331,7 +330,6 @@ export default {
       }
     },
     resetUser(index, val) {
-      console.log(val);
       this.$http.get(`/user/reset/${val.id}`, {}, (res) => {
         //  this.$toast.success({message:'成功'});
         if (res && res.code == 200) {

+ 0 - 3
src/views/manage/orderManage/orderInvite.vue

@@ -256,7 +256,6 @@ export default {
   created() {},
   mounted() {
     this.userInfo = JSON.parse(oSessionStorage.getItem("userInfo"));
-    console.log(this.userInfo);
 
     // if (this.userInfo.type == "1") {
     //   this.channel = "";
@@ -347,7 +346,6 @@ export default {
       }
     },
     resetUser(index, val) {
-      console.log(val);
       this.$http.get(`/user/reset/${val.id}`, {}, (res) => {
         //  this.$toast.success({message:'成功'});
         if (res && res.code == 200) {
@@ -428,7 +426,6 @@ export default {
         // console.log(res,'用户测试记录')
         if (res && res.code == 200) {
           this.tableData = res.data.content;
-          console.log(this.tableData);
           this.total = res.data.totalElements;
         } else {
           // this.$toast.fail(res.msg);

+ 0 - 2
src/views/manage/orderManage/orderSettlementManage.vue

@@ -235,7 +235,6 @@ export default {
   created() {},
   mounted() {
     this.userInfo = JSON.parse(oSessionStorage.getItem("userInfo"));
-    console.log(this.userInfo);
 
     if (this.userInfo.type == "1") {
       this.channel = "";
@@ -323,7 +322,6 @@ export default {
       }
     },
     resetUser(index, val) {
-      console.log(val);
       this.$http.get(`/user/reset/${val.id}`, {}, (res) => {
         //  this.$toast.success({message:'成功'});
         if (res && res.code == 200) {

+ 0 - 4
src/views/manage/orderManage/userOrder.vue

@@ -309,7 +309,6 @@ export default {
   created() {},
   mounted() {
     this.userInfo = JSON.parse(oSessionStorage.getItem("userInfo"));
-    console.log(this.userInfo);
 
     // if (this.userInfo.type == "1") {
     //   this.channel = "";
@@ -420,7 +419,6 @@ export default {
       }
     },
     resetUser(index, val) {
-      console.log(val);
       this.$http.get(`/user/reset/${val.id}`, {}, (res) => {
         //  this.$toast.success({message:'成功'});
         if (res && res.code == 200) {
@@ -503,11 +501,9 @@ export default {
       };
 
       this.$http.post(`/order/find`, data, (res) => {
-        console.log(res);
         // console.log(res,'用户测试记录')
         if (res && res.code == 200) {
           this.tableData = res.data.content;
-          console.log(this.tableData);
           this.total = res.data.totalElements;
         } else {
           // this.$toast.fail(res.msg);