@@ -140,6 +140,7 @@ export default {
computed: {},
mounted() {
this.needLogin();
+ this.needVerify();
if (this.$route.params.id) {
this.loadData();
}