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