11
@@ -454,7 +454,7 @@ export default {
gotoAfterSchool(row) {
// 需要的参数 id
this.$router.push({
- path: "/business/afterSchoolManager",
+ path: "/operateManager/serverIndexList",
query: { teacherId: row.id, activeIndex: "2" }
});
},