liujq vor 3 Jahren
Ursprung
Commit
cce6049464

+ 1 - 1
src/components/Common/BaseForm.vue

@@ -499,7 +499,7 @@ export default {
       this.$message.warning(`当前限制选择 1 个文件,本次选择了 ${files.length} 个文件,共选择了 ${files.length + fileList.length} 个文件`)
     },
     uploadSuccess(res, file) {
-      console.log(res)
+      // console.log(res)
       const data = res.data || {}
       const uploadItem = this.curData[this.curFormIndex]
       // this.baseForm[uploadItem.key] = `${data.domain}${data.url}?url=${data.url}&id=${data.file_id}`

+ 1 - 1
src/permission.js

@@ -61,7 +61,7 @@ router.beforeEach(async(to, from, next) => {
       // in the free login whitelist, go directly
       next()
     } else {
-      console.log(to)
+      // console.log(to)
       // other pages that do not have permission to access are redirected to the login page.
       next(`/login?redirect=${to.path}`)
       NProgress.done()

+ 1 - 1
src/views/house/components/popup/RoomPrice.vue

@@ -125,7 +125,7 @@ export default {
   },
   methods: {
     openREPopup(row) {
-      console.log(row)
+      // console.log(row)
       this.reObj = row
       this.isREShow = true
     },

+ 1 - 1
src/views/house/components/popup/RoomPriceTypeEdit.vue

@@ -41,7 +41,7 @@ export default {
   watch: {
     isShow: function(val) {
       if (val) {
-        console.log(this.curObj)
+        // console.log(this.curObj)
         this.getDef()
       }
     },

+ 1 - 1
src/views/user/adminUapi.vue

@@ -45,7 +45,7 @@ export default {
       const arr = [...this.tableData]
       arr.map(item => {
         const cData = item.data ? JSON.parse(item.data) : {}
-        console.log(cData)
+        // console.log(cData)
       })
       return arr
     }