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