wuhongyu 5 سال پیش
والد
کامیت
8812d23989
1فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 6 6
      src/views/market/index.vue

+ 6 - 6
src/views/market/index.vue

@@ -17,13 +17,13 @@
                 </el-col>
                 <el-col :span="24" class="leftListDown">
                   <span></span>
-                  <a href="http://localhost:8001/supermaket/supermarketlist?totaltype=1">MORE</a>
+                  <a href="http://139.210.167.203/free-technological-management/supermaket/supermarketlist?totaltype=1">MORE</a>
                 </el-col>
               </el-col>
             </el-col>
             <el-col :span="12" class="right">
               <el-col :span="24" class="rightTop">
-                <a href="http://localhost:8001/supermaket/supermarketlist?totaltype=0">MORE</a>
+                <a href="http://139.210.167.203/free-technological-management/supermaket/supermarketlist?totaltype=0">MORE</a>
                 <span></span>
               </el-col>
               <el-col :span="23" class="rightList">
@@ -45,7 +45,7 @@
             <el-col :span="12" class="left">
               <el-col :span="24" class="leftTop">
                 <span>服务供求</span>
-                <a href="http://localhost:8001/supermaket/supermarketlist?totaltype=2">MORE</a>
+                <a href="http://139.210.167.203/free-technological-management/supermaket/supermarketlist?totaltype=2">MORE</a>
               </el-col>
               <el-col :span="24" class="leftList">
                 <el-col :span="24" class="serviceList" v-for="(item, index) in serviceList" :key="index" @click.native="clickdetail(item)">
@@ -123,19 +123,19 @@ export default {
     detail(id) {
       console.log(id.id);
       let newid = id.id;
-      window.location.href = 'http://localhost:8001/supermaket/supermarketdetail?totaltype=1&&?&id=' + newid + '';
+      window.location.href = ' http://139.210.167.203/free-technological-management/supermaket/supermarketdetail?totaltype=1&&?&id=' + newid + '';
     },
 
     detailjishu(id) {
       console.log('ads');
       console.log(id.id);
       let newid = id.id;
-      window.location.href = 'http://localhost:8001/supermaket/supermarketdetail?totaltype=0&&?&id=' + newid + '';
+      window.location.href = 'http://139.210.167.203/free-technological-management/supermaket/supermarketdetail?totaltype=0&&?&id=' + newid + '';
     },
     clickdetail(id) {
       console.log(id.id);
       let newid = id.id;
-      window.location.href = 'http://localhost:8001/supermaket/supermarketdetail?totaltype=2&&?&id=' + newid + '';
+      window.location.href = 'http://139.210.167.203/free-technological-management/supermaket/supermarketdetail?totaltype=2&&?&id=' + newid + '';
     },
   },
   filters: {