Commit d94d382a authored by 乐宝呗666's avatar 乐宝呗666

修改成功页面跳转

parent 05b64067
......@@ -110,11 +110,10 @@ export default {
.then((res) => {
if (res.data.resultCode === "200") {
if(status === '2'){
this.$router.replace({path:"/success",query:{txt:'激活成功'}})
this.$router.replace({path:"/success",query:{txt:'激活成功',url:'/opt'}})
}else{
this.$router.replace({path:"/success",query:{txt:'上报成功'}})
this.$router.replace({path:"/success",query:{txt:'上报成功',url:'/opt'}})
}
} else {
this.$toast(res.data.message);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment