提交 198208fc authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

feat: 删除debugger和console.log

上级 e520101a
......@@ -9,7 +9,6 @@ export function checkPermission(pers) {
}
export function hasDataPermission(pTarget, pSource) {
debugger
if (pSource && pTarget) {
return pSource.indexOf(pTarget) > -1
}
......
......@@ -82,7 +82,6 @@ export default {
},
methods: {
showCurrentTemplateInfo(data) {
debugger
this.editPanel.panelInfo.name = data.name
this.editPanel.panelInfo.panelStyle = data.templateStyle
this.editPanel.panelInfo.panelData = data.templateData
......
......@@ -146,7 +146,7 @@ export default {
},
methods: {
handleClick(tab, event) {
console.log(tab, event)
// console.log(tab, event)
},
create() {
this.$router.push({ name: 'system-role-form' })
......
......@@ -152,7 +152,7 @@ export default {
this.formInline = response.data
this.formInline.ssl = this.formInline.ssl === 'true'
this.formInline.tls = this.formInline.tls === 'true'
console.log(this.formInline)
// console.log(this.formInline)
this.$nextTick(() => {
this.$refs.formInline.clearValidate()
})
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论