|
|
@@ -149,12 +149,12 @@
|
|
|
isSelf = true
|
|
|
}
|
|
|
if (isSelf) {
|
|
|
- window.location.href = '/register-saler'
|
|
|
+ window.location.href = '/personalMaterial'
|
|
|
} else {
|
|
|
if (tempEnterprise.isVendor === 313) {
|
|
|
window.location.href = '/vendor#/index'
|
|
|
} else {
|
|
|
- window.location.href = '/register-saler'
|
|
|
+ window.location.href = '/personalMaterial'
|
|
|
}
|
|
|
}
|
|
|
}
|