flat: 暂存

This commit is contained in:
Apcallover
2024-04-18 11:49:14 +08:00
15 changed files with 1694 additions and 944 deletions

View File

@@ -26,9 +26,7 @@
export default {
data() {
return {
}
return {}
},
computed: {
...mapState({
@@ -65,10 +63,10 @@
if (resData.data.data) {
resolve()
} else {
// this.$api.msg('您未申请开通该功能,请联系工作人员')
this.navTo(
'/pages/recruit/subPage/enterpriceCertification/enterpriceCertification'
)
this.$api.msg('您未申请开通该功能,请联系工作人员')
// this.navTo(
// '/pages/recruit/subPage/enterpriceCertification/enterpriceCertification'
// )
}
} else {
reject()