|
@@ -377,7 +377,7 @@ export default {
|
|
|
sendprove: function () {
|
|
sendprove: function () {
|
|
|
if (this.user.logged) {
|
|
if (this.user.logged) {
|
|
|
if (this.enterprise && this.enterprise.isVendor === 313) {
|
|
if (this.enterprise && this.enterprise.isVendor === 313) {
|
|
|
- window.location.href = '/vendor#/vendor_upload'
|
|
|
|
|
|
|
+ window.open('/vendor#/vendor_upload')
|
|
|
} else {
|
|
} else {
|
|
|
this.$router.push('/register-saler')
|
|
this.$router.push('/register-saler')
|
|
|
}
|
|
}
|