guhongwei преди 5 години
родител
ревизия
8c1f7d3d9f
променени са 1 файла, в които са добавени 14 реда и са изтрити 7 реда
  1. 14 7
      src/views/market/index.vue

+ 14 - 7
src/views/market/index.vue

@@ -189,26 +189,33 @@ export default {
       // if (this.$checkRes(res)) this.$set(this, `expertsList`, res.data);
     },
     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) {
-      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() {
-      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) {
-      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() {
-      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) {
-      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() {
-      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');
     },
   },
 };