|
@@ -159,7 +159,8 @@
|
|
|
window.location.href = '/personalMaterial'
|
|
window.location.href = '/personalMaterial'
|
|
|
} else {
|
|
} else {
|
|
|
if (tempEnterprise.isVendor === 313) {
|
|
if (tempEnterprise.isVendor === 313) {
|
|
|
- window.location.href = '/vendor#/index'
|
|
|
|
|
|
|
+ window.location.href = '/vendor'
|
|
|
|
|
+ // window.location.href = '/vendor#/index'
|
|
|
} else {
|
|
} else {
|
|
|
window.location.href = '/register-saler'
|
|
window.location.href = '/register-saler'
|
|
|
}
|
|
}
|