|
|
@@ -261,7 +261,11 @@
|
|
|
goAttach: function (url) {
|
|
|
if (this.user.logged) {
|
|
|
if (url && url !== '1') {
|
|
|
- window.location.href = url
|
|
|
+ window.open(url)
|
|
|
+// window.location.href = url
|
|
|
+ } else {
|
|
|
+ this.collectResult = '规格书地址错误'
|
|
|
+ this.timeoutCount++
|
|
|
}
|
|
|
} else {
|
|
|
this.url = this.$route.fullPath
|