|
@@ -247,6 +247,7 @@ export default {
|
|
|
window.location.href = "/";
|
|
|
return;
|
|
|
}
|
|
|
+
|
|
|
},
|
|
|
// 切换登录的注册
|
|
|
cutLoginReg() {
|
|
@@ -395,7 +396,7 @@ export default {
|
|
|
if (res.child_sys_list && res.child_sys_list.length > 0) {
|
|
|
_this.projectList = res.child_sys_list;
|
|
|
_this.projectList.forEach((item, index) => {
|
|
|
- if (item.key == "GCLS-TRC") {
|
|
|
+ if (item.key == "GCLS-TC") {
|
|
|
_this.LoginNavIndex = index;
|
|
|
}
|
|
|
});
|
|
@@ -415,7 +416,7 @@ export default {
|
|
|
} else {
|
|
|
_this.projectList = SysList;
|
|
|
_this.projectList.forEach((item, index) => {
|
|
|
- if (item.key == "GCLS-TRC") {
|
|
|
+ if (item.key == "GCLS-TC") {
|
|
|
_this.LoginNavIndex = index;
|
|
|
}
|
|
|
});
|