Commit e49a737e by crushh

update: dist

parent 2ae90fb9
......@@ -225,7 +225,7 @@ export default {
this.showRelateDetail(row);
});
} else {
str = '模板删除后将无法恢复';
str = '欢迎语删除后将无法恢复';
this.$confirm(str, '确认要删除该欢迎语吗?', {
confirmButtonText: '删除',
cancelButtonText: '取消',
......
......@@ -686,6 +686,7 @@ export default {
if (!this.$route.query.id) {
this.$route.meta.refresh = true;
}
sessionStorage.setItem('activeName', para.type);
this.$router.push('salutatory');
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment