|
@@ -85,7 +85,7 @@ export default {
|
|
|
res = await this.create(dup);
|
|
|
}
|
|
|
if (this.$checkRes(res, '保存成功', '保存失败')) {
|
|
|
- if (!this.$dev_mode) this.$router.push('/adminCenter/news');
|
|
|
+ if (!this.$dev_mode) this.$router.push('/adminCenter/online');
|
|
|
}
|
|
|
},
|
|
|
async getXzqh(code) {
|