@@ -101,9 +101,7 @@ export default {
this.$alert("签约提交成功,等待后台审核", "", {
type: "success",
callback: function () {
- that.$router.replace({
- path: "/web/wx"
- });
+ location.href="/web/wx";
}
});