|
@@ -240,6 +240,9 @@ export default {
|
|
|
"Key570",
|
|
|
"Key571",
|
|
|
"Key572",
|
|
|
+ "Key214",
|
|
|
+ "Key554",
|
|
|
+ "Key555",
|
|
|
],
|
|
|
});
|
|
|
this.isData = true;
|
|
@@ -262,10 +265,13 @@ export default {
|
|
|
];
|
|
|
if (this.$route.query.classify) {
|
|
|
if (this.$route.query.classify == "TEXTBOOK") {
|
|
|
- this.text = this.$t("Key44"); //"教材";
|
|
|
+ this.text = this.$t("Key214"); //"教材";
|
|
|
}
|
|
|
if (this.$route.query.classify == "TEACHING") {
|
|
|
- this.text = this.$t("Key45"); //"教学";
|
|
|
+ this.text = this.$t("Key554"); //"教学";
|
|
|
+ }
|
|
|
+ if(this.$route.query.classify == "TOOLBOOK"){
|
|
|
+ this.text = this.$t("Key555"); //"教学";
|
|
|
}
|
|
|
this.tag.push(this.$route.query.classify);
|
|
|
}
|