@@ -239,7 +239,7 @@
add(params).then(() => {
this.$message.success('申请成功');
store.commit('REMOVETAB', '品牌申请')
- this.$router.go(-1)
+ this.$router.push('/brand')
}).catch(() => {
this.loading = false
});
@@ -195,7 +195,7 @@
this.$message.success('添加成功');
store.commit('REMOVETAB', '商品信息')
+ this.$router.push('/goods')
@@ -126,7 +126,7 @@
store.commit('REMOVETAB', '资质申请')
+ this.$router.push('/qualification')