This commit is contained in:
wwz
2025-01-06 16:04:25 +08:00
parent 6b711858e6
commit b58f60bb23
4 changed files with 131 additions and 137 deletions

View File

@@ -127,8 +127,8 @@ export default {
this.init();
},
returnJumpTypeName(type) {
console.log(type)
console.log($jumpType[type])
// console.log(type)
// console.log($jumpType[type])
return $jumpType[type] ? $jumpType[type] : "";
},
returnTypeName(type) {