版本判断
This commit is contained in:
parent
ccf9625f41
commit
b5d902a99d
|
|
@ -73,6 +73,8 @@ export const useCommonStore = defineStore("common", {
|
|||
if (this.compare(a, b) == 1) {
|
||||
// 再審核
|
||||
this.isExamines = 1
|
||||
}else{
|
||||
this.isExamines = 0
|
||||
}
|
||||
},
|
||||
// 判断版本号
|
||||
|
|
|
|||
Loading…
Reference in New Issue