@@ -202,8 +202,10 @@
API_Person.register(this.subForm).then(response => {
this.isLoading = false;
- //跳转到项目主页上去
- window.location.href = '../business/#/master';
+ mui.toast('提交成功,等待审核中');
+ this.$router.push({
+ name: 'UserLogin'
+ })
}).catch(error => {
@@ -210,8 +210,10 @@
@@ -197,8 +197,10 @@
@@ -55,7 +55,7 @@
} from '$project/utils'
import * as types from '$project/store/mutation-types'
export default {
- name: 'Home',
+ name: 'UserLogin',
components: {
Common,
Loading,