map from test data
This commit is contained in:
parent
102811d421
commit
9a07238fb5
2 changed files with 36 additions and 1 deletions
|
|
@ -271,6 +271,8 @@ export const useLinkageStore = defineStore("linkageData", () => {
|
|||
} else if (code === 9081) {
|
||||
tKey.value = removeText;
|
||||
step.value = 4;
|
||||
} else if (code === 5000) {
|
||||
return removeText;
|
||||
}
|
||||
})
|
||||
.catch(async (error) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue