|
@@ -208,9 +208,9 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
onCancel () {
|
|
|
- this.$store.dispatch('delVisitedViews', this.$route)
|
|
|
+ this.$store.dispatch('delVisitedViews', this.$route)
|
|
|
this.$router.push({
|
|
|
- path: "/insideSetting/helpContent"
|
|
|
+ path: "/contentManager/helpContent"
|
|
|
});
|
|
|
},
|
|
|
onFormClose (formName) {
|
|
@@ -243,4 +243,4 @@ export default {
|
|
|
/deep/.el-select {
|
|
|
width: 100% !important;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|