guhongwei 4 years ago
parent
commit
6ec579b155
1 changed files with 1 additions and 1 deletions
  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);
         res = await this.create(dup);
       }
       }
       if (this.$checkRes(res, '保存成功', '保存失败')) {
       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) {
     async getXzqh(code) {