2023-11-22-dist

This commit is contained in:
X1627315083
2023-11-22 17:05:09 +08:00
parent 4c5af44e3d
commit 4baf8f3e3e
13 changed files with 47 additions and 24 deletions

View File

@@ -40,7 +40,7 @@
<i @click.stop="putName(-1,'affirm','')" v-show="openType" class="fi fi-br-check"></i>
<div class="addLabel" v-show="!openType" @click="newLabel('','')">+</div>
</div>
<div class="started_btn" @click="removeLabel(options)">删除</div>
<div class="started_btn" @click="removeLabel(options)">Delete</div>
</li>
</ul>
</div>
@@ -266,7 +266,7 @@ export default defineComponent({
this.getClass()
}
).catch((res)=>{
if(res.errCode === 1){
if(res.errCode === 2){
let _this = this
Modal.confirm({
title: res.errMsg,