浏览代码

个人帐套绑定成功跳转到商城首页

huangb 7 年之前
父节点
当前提交
d8ca741ef7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/mobile/user/bindEnterprise.vue

+ 1 - 1
pages/mobile/user/bindEnterprise.vue

@@ -147,7 +147,7 @@
               this.showSearchResultStatus = 0
               this.setRemindText('绑定申请提交成功!审批结果将以短信通知,请保持手机通畅。')
               setTimeout(() => {
-                this.$router.push('/mobile/user')
+                this.$router.push('/')
               }, 3000)
             } else {
               this.setRemindText(response.data.data)