|
@@ -189,26 +189,33 @@ export default {
|
|
// if (this.$checkRes(res)) this.$set(this, `expertsList`, res.data);
|
|
// if (this.$checkRes(res)) this.$set(this, `expertsList`, res.data);
|
|
},
|
|
},
|
|
toProductList() {
|
|
toProductList() {
|
|
- window.location.href = 'http://free.liaoningdoupo.com/platweb/supermaket/supermarketlist?totaltype=1';
|
|
|
|
|
|
+ // window.location.href = 'http://free.liaoningdoupo.com/platweb/supermaket/supermarketlist?totaltype=1';
|
|
|
|
+ window.open('http://free.liaoningdoupo.com/platweb/supermaket/supermarketlist?totaltype=1');
|
|
},
|
|
},
|
|
productDetail(id) {
|
|
productDetail(id) {
|
|
- window.location.href = 'http://free.liaoningdoupo.com/platweb/supermaket/supermarketdetail?totaltype=2&&?&id=' + id + '';
|
|
|
|
|
|
+ // window.location.href = 'http://free.liaoningdoupo.com/platweb/supermaket/supermarketdetail?totaltype=2&&?&id=' + id + '';
|
|
|
|
+ window.open('http://free.liaoningdoupo.com/platweb/supermaket/supermarketdetail?totaltype=2&&?&id=' + id + '');
|
|
},
|
|
},
|
|
toTecList() {
|
|
toTecList() {
|
|
- window.location.href = 'http://free.liaoningdoupo.com/platweb/supermaket/supermarketlist?totaltype=0';
|
|
|
|
|
|
+ // window.location.href = 'http://free.liaoningdoupo.com/platweb/supermaket/supermarketlist?totaltype=0';
|
|
|
|
+ window.open('http://free.liaoningdoupo.com/platweb/supermaket/supermarketlist?totaltype=0');
|
|
},
|
|
},
|
|
tecDetail(id) {
|
|
tecDetail(id) {
|
|
- window.location.href = 'http://free.liaoningdoupo.com/platweb/supermaket/supermarketdetail?totaltype=0&&?&id=' + id + '';
|
|
|
|
|
|
+ // window.location.href = 'http://free.liaoningdoupo.com/platweb/supermaket/supermarketdetail?totaltype=0&&?&id=' + id + '';
|
|
|
|
+ window.open('//free.liaoningdoupo.com/platweb/supermaket/supermarketdetail?totaltype=0&&?&id=' + id + '');
|
|
},
|
|
},
|
|
toServiceList() {
|
|
toServiceList() {
|
|
- window.location.href = 'http://free.liaoningdoupo.com/platweb/supermaket/supermarketlist?totaltype=2';
|
|
|
|
|
|
+ // window.location.href = 'http://free.liaoningdoupo.com/platweb/supermaket/supermarketlist?totaltype=2';
|
|
|
|
+ window.open('http://free.liaoningdoupo.com/platweb/supermaket/supermarketlist?totaltype=2');
|
|
},
|
|
},
|
|
serviceDetail(id) {
|
|
serviceDetail(id) {
|
|
- window.location.href = 'http://free.liaoningdoupo.com/platweb/supermaket/supermarketdetail?totaltype=2&&?&id=' + id + '';
|
|
|
|
|
|
+ // window.location.href = 'http://free.liaoningdoupo.com/platweb/supermaket/supermarketdetail?totaltype=2&&?&id=' + id + '';
|
|
|
|
+ window.open('http://free.liaoningdoupo.com/platweb/supermaket/supermarketdetail?totaltype=2&&?&id=' + id + '');
|
|
},
|
|
},
|
|
|
|
|
|
fabu() {
|
|
fabu() {
|
|
- window.location.href = 'http://free.liaoningdoupo.com/platweb/enterprise/enterprisexuqiu';
|
|
|
|
|
|
+ // window.location.href = 'http://free.liaoningdoupo.com/platweb/enterprise/enterprisexuqiu';
|
|
|
|
+ window.open('http://free.liaoningdoupo.com/platweb/enterprise/enterprisexuqiu');
|
|
},
|
|
},
|
|
},
|
|
},
|
|
};
|
|
};
|