去掉调试时的 console 语句

This commit is contained in:
fofolee
2022-04-29 23:17:58 +08:00
parent eb0f17bd9a
commit 3fa216bdd8
7 changed files with 22 additions and 31 deletions

View File

@@ -330,9 +330,6 @@ export default {
isCommandActivated: Boolean,
cardStyle: Object,
},
mounted() {
// console.log(this.commandInfo.features.code, this);
},
methods: {
// 匹配类型太长的话截断
getShortStrByByte(str) {

View File

@@ -380,7 +380,6 @@ export default {
},
// 正则不和规则自动加斜杠
regexVerify() {
console.log(1);
if (
this.cmdType.valueType === "regex" &&
!/^\/.*?\/[igm]*$/.test(this.cmdMatch)

View File

@@ -76,7 +76,6 @@ export default {
},
mounted() {
this.frameInit();
console.log(this.runResult);
},
methods: {
frameInit() {

View File

@@ -179,7 +179,7 @@ export default {
)
: 1;
this.$root.utools.whole.fetchUserPayments().then((ret) => {
console.log(ret);
console.log("PayInfo:", ret);
!ret.filter((x) => x.goods_id === this.goodsId).length ||
(this.isPluginVIP = true);
});