|
@@ -289,7 +289,8 @@ export default {
|
|
this.$store.state.userInfo.type == 1 ||
|
|
this.$store.state.userInfo.type == 1 ||
|
|
this.$store.state.userInfo.type == 2
|
|
this.$store.state.userInfo.type == 2
|
|
) {
|
|
) {
|
|
- this.$router.push("/ProjectManagement");
|
|
|
|
|
|
+ // this.$router.push("/ProjectManagement");
|
|
|
|
+ this.$router.push("/projectApplication");
|
|
}else if (
|
|
}else if (
|
|
this.$store.state.userInfo.type == 0
|
|
this.$store.state.userInfo.type == 0
|
|
) {
|
|
) {
|