소스 검색

首页合作伙伴链接

gaoxm 7 년 전
부모
커밋
c1edabf5a9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      components/home/displayCard.vue
  2. 1 1
      components/provider/NewStore.vue

+ 1 - 1
components/home/displayCard.vue

@@ -72,7 +72,7 @@
       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')
           }

+ 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')
         }