guhongwei 4 年 前
コミット
6ec579b155
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/adminCenter/online/detail.vue

+ 1 - 1
src/views/adminCenter/online/detail.vue

@@ -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) {