Commit 45425b24 authored by zhangyanni's avatar zhangyanni

跳转

parent a1051c3f
......@@ -410,7 +410,7 @@
if(this.userInfo.roleList.length>0&&this.userInfo.roleList[0].roleType==2||this.userInfo.roleList.length>0&&this.userInfo.roleList[0].roleType==5){
this.$router.push({path:"/seeprojectlist"})
}
if(this.userInfo.roleList.length>0&&this.userInfo.roleList[0].roleType==1) this.$router.push("/registeruserlist");
if(this.userInfo.roleList.length>0&&this.userInfo.roleList[0].roleType==1) this.$router.push("/sys.user");
if(this.isCompleteInfo){
if(this.userInfo.empType==0) this.$router.push({path:"/bigBusiness/list"});
else{
......
......@@ -418,7 +418,7 @@
// ROLE_ORDINARY_MEDIUM = 6;//6普通大B用户
// ROLE_VIP_MEDIUM = 7;//7vip大B用户
if(this.userInfo.roleList&&this.userInfo.roleList[0].roleType==2||this.userInfo.roleList&&this.userInfo.roleList[0].roleType==5) this.$router.push("/seeprojectlist");
if(this.userInfo.roleList&&this.userInfo.roleList[0].roleType==1) this.$router.push("/registeruserlist")
if(this.userInfo.roleList&&this.userInfo.roleList[0].roleType==1) this.$router.push("/sys.user")
if(this.isCompleteInfo){
if(this.userInfo.empType==0) this.$router.push("/bigBusiness/list");
else{
......
......@@ -492,7 +492,7 @@
// ROLE_ORDINARY_MEDIUM = 6;//6普通大B用户
// ROLE_VIP_MEDIUM = 7;//7vip大B用户
if(this.userInfo.roleList&&this.userInfo.roleList[0].roleType==2||this.userInfo.roleList&&this.userInfo.roleList[0].roleType==5) this.$router.push("/seeprojectlist");
if(this.userInfo.roleList&&this.userInfo.roleList[0].roleType==1) this.$router.push("/registeruserlist")
if(this.userInfo.roleList&&this.userInfo.roleList[0].roleType==1) this.$router.push("/sys.user")
if(this.isCompleteInfo){
if(this.userInfo.empType==0) this.$router.push("/bigBusiness/list");
else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment