Browse Source

去掉部分console.log

dev
jianjun 5 years ago
parent
commit
5de4b329f4
  1. 2
      epmet-oper-web/src/App.vue
  2. 4
      epmet-oper-web/src/views/modules/customer/customize/FootbarList.vue
  3. 4
      epmet-oper-web/src/views/modules/customer/customize/MiniHome.vue
  4. 6
      epmet-oper-web/src/views/modules/productConfig/autoTest/autoTestList.vue
  5. 3
      epmet-oper-web/src/views/modules/productConfig/subscribe/TempEdit.vue

2
epmet-oper-web/src/App.vue

@ -50,7 +50,7 @@ export default {
localStorage.setItem('userType', 'oper') localStorage.setItem('userType', 'oper')
} }
console.log("为空后设置默认值::::" + localStorage.getItem('userType')) //console.log("" + localStorage.getItem('userType'))
const that = this const that = this
let envShow = process.env.VUE_APP_NODE_ENV let envShow = process.env.VUE_APP_NODE_ENV
let env = 'dev' let env = 'dev'

4
epmet-oper-web/src/views/modules/customer/customize/FootbarList.vue

@ -244,7 +244,7 @@ export default {
if (index > 0) { if (index > 0) {
this.tableData = this.$refs.table.getTableData() // this.tableData = this.$refs.table.getTableData() //
console.log(this.tableData) //console.log(this.tableData)
this.startLoading() this.startLoading()
let resultList = [] let resultList = []
let one = {} let one = {}
@ -266,7 +266,7 @@ export default {
resultList.push(obj) resultList.push(obj)
} }
} }
console.log(resultList) //console.log(resultList)
// const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/oper/customize/customerfunctiondetail/updatedisplayorder' // const url = 'https://nei.netease.com/api/apimock-v2/e3b1d0eb88e905f6c7ee559b2d6bb7ad/oper/customize/customerfunctiondetail/updatedisplayorder'
const url = '/oper/customize/customerfunctiondetail/updatedisplayorder' const url = '/oper/customize/customerfunctiondetail/updatedisplayorder'

4
epmet-oper-web/src/views/modules/customer/customize/MiniHome.vue

@ -632,7 +632,7 @@ export default {
} }
})] })]
this.cptTypeList = list this.cptTypeList = list
console.log('可用组件列表', list) //console.log('', list)
} }
}).catch((err) => { }).catch((err) => {
console.log(err) console.log(err)
@ -658,7 +658,7 @@ export default {
] ]
this.cptList = list.map(this.processBackendCptData) this.cptList = list.map(this.processBackendCptData)
this.lastSavedCptList = cloneDeep(this.cptList) this.lastSavedCptList = cloneDeep(this.cptList)
console.log('用户储存组件列表', list) //console.log('', list)
} }
}).catch((err) => { }).catch((err) => {
console.log(err) console.log(err)

6
epmet-oper-web/src/views/modules/productConfig/autoTest/autoTestList.vue

@ -156,8 +156,8 @@
label="账号" label="账号"
header-align="center" header-align="center"
min-width="140"></el-table-column> min-width="140"></el-table-column>
</el-table> --> </el-table> -->
<el-tag type="info" <el-tag type="info"
@ -422,7 +422,7 @@ export default {
list = this.addCommunity("0", 1) list = this.addCommunity("0", 1)
} }
this.dataTableList.push(list) this.dataTableList.push(list)
console.log(this.dataTableList) //console.log(this.dataTableList)
}, },
methods: { methods: {
// //

3
epmet-oper-web/src/views/modules/productConfig/subscribe/TempEdit.vue

@ -229,7 +229,7 @@ export default {
const url = 'https://epmet-cloud.elinkservice.cn/api/third/subscribe/addtemplate' const url = 'https://epmet-cloud.elinkservice.cn/api/third/subscribe/addtemplate'
this.dataForm.kidList = this.kidSelIdList this.dataForm.kidList = this.kidSelIdList
this.dataForm.nameList = this.kidSelNameList this.dataForm.nameList = this.kidSelNameList
console.log(this.dataForm) //console.log(this.dataForm)
const { data, code, msg, internalMsg } = await requestPost(url, this.dataForm) const { data, code, msg, internalMsg } = await requestPost(url, this.dataForm)
if (code === 0) { if (code === 0) {
let clientType = this.dataForm.appId === this.resiAppid ? 'resi' : 'gov' let clientType = this.dataForm.appId === this.resiAppid ? 'resi' : 'gov'
@ -358,4 +358,3 @@ export default {
padding: 0 0 0 10px; padding: 0 0 0 10px;
} }
</style> </style>
Loading…
Cancel
Save