|
@@ -491,7 +491,7 @@ new Vue({
|
|
|
localStorage.removeItem('text_info_from')
|
|
|
}
|
|
|
localStorage.setItem('text_info_from', JSON.stringify(this.textContent))
|
|
|
- window.open('/supplier-login/text_info.html')
|
|
|
+ window.location.href = '/supplier-login/text_info.html'
|
|
|
},
|
|
|
goToIndex() {
|
|
|
window.location.href = '/'
|