提交 b8311ca5 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/zl' into 'release'

save

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!386
...@@ -1912,9 +1912,9 @@ export default { ...@@ -1912,9 +1912,9 @@ export default {
if (res.code == "000000") { if (res.code == "000000") {
storejs.remove('store_info'); storejs.remove('store_info');
this.$message.success("操作成功"); this.$message.success("操作成功");
// this.$router.push({ this.$router.push({
// path: "/shop-list", path: "/shop-list",
// }); });
} else { } else {
this.$message.error(res.message); this.$message.error(res.message);
} }
...@@ -1937,9 +1937,9 @@ export default { ...@@ -1937,9 +1937,9 @@ export default {
if (res.code == "000000") { if (res.code == "000000") {
storejs.remove('store_info'); storejs.remove('store_info');
this.$message.success("操作成功"); this.$message.success("操作成功");
// this.$router.push({ this.$router.push({
// path: "/shop-list", path: "/shop-list",
// }); });
} else { } else {
this.$message.error(res.message); this.$message.error(res.message);
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册