fix: 修改 endpoint state的参数名
This commit is contained in:
@@ -192,7 +192,6 @@ export default {
|
||||
this.object.name = this.object.name + '-copy'
|
||||
if (this.object.name.length > 64) {
|
||||
const length = this.object.name.length - 64
|
||||
console.log(length, this.object.name.length, u.name.length)
|
||||
this.object.name = u.name.substring(0, u.name.length - length) + '-copy'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user