@@ -110,7 +110,7 @@ export default {
this.$toast.clear()
if(result.code == 200) {
this.$toast('作业布置成功')
- this.$route.replace({
+ this.$router.replace({
path: '/manageEvaluation'
})
} else {
@@ -446,6 +446,7 @@ export default {
.van-button {
font-size: 0.14rem;
background-color: #14928a;
+ border-color: #14928a;
padding: 0 0.12rem;
min-width: 0.88rem;
}