Browse Source

Merge remote-tracking branch 'origin/feature/yc-mobile_maimai-0525' into feature/yc-mobile_maimai-0525

yangc 7 years ago
parent
commit
9fa320fbec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/provider/NewStore.vue

+ 1 - 1
components/provider/NewStore.vue

@@ -59,7 +59,7 @@ export default {
     goStoreApply: function () {
       if (this.user.logged) {
         if (this.enterprise && this.enterprise.isVendor === 313) {
-          window.location.href = '/vendor#/store-apply'
+          window.location.href = '/vendor#/index'
         } else {
           this.$router.push('/register-saler')
         }