浏览代码

拉取代码

maotao 4 月之前
父节点
当前提交
bdb18c7de3
共有 3 个文件被更改,包括 6 次插入3 次删除
  1. 3 2
      manifest.json
  2. 2 0
      pages/inspectList/inspectList.vue
  3. 1 1
      pages/specimenPort/specimenPort.vue

+ 3 - 2
manifest.json

@@ -108,7 +108,8 @@
108 108
         "domain" : "",
109 109
         "router" : {
110 110
             // 正常打包目录
111
-            "base" : "/app/"
111
+            // "base" : "/app/",
112
+            "base" : "/dstechbh/app/"
112 113
         },
113 114
         // 宜昌打包目录
114 115
         // "base" : "/dstechbh/app/"
@@ -121,7 +122,7 @@
121 122
             "disableHostCheck" : true,
122 123
             "proxy" : {
123 124
                 "/service" : {
124
-                    "target" : "http://192.168.3.108", //请求的目标域名
125
+                    "target" : "http://zzzx.njszyy.cn:50000", //请求的目标域名
125 126
 
126 127
                     // "target" : "http://192.168.4.163", //宋程玉本地
127 128
                     "changeOrigin" : true, //是否跨域

+ 2 - 0
pages/inspectList/inspectList.vue

@@ -470,6 +470,7 @@
470 470
           title: "加载中",
471 471
           mask: true,
472 472
         });
473
+				console.log(44444,postData)
473 474
         // 请求列表数据
474 475
         post("/nurse/fetchDataList/inspect", postData).then((res) => {
475 476
           uni.hideLoading();
@@ -477,6 +478,7 @@
477 478
             this.triggered = false;
478 479
             this.freshing = true;
479 480
             this.totalNum = res.totalNum;
481
+						console.log(66666,res.list)
480 482
 						res.list = res.list.map(v => {
481 483
 							if(v.yyTime){
482 484
 								let [date, time] = v.yyTime.split(" ");

+ 1 - 1
pages/specimenPort/specimenPort.vue

@@ -197,7 +197,7 @@
197 197
 			},
198 198
 			// 查看详情
199 199
 			detail(item){
200
-				// this.padChange('BL2411281642091\n')
200
+				// this.padChange('979522445312\n')
201 201
 				uni.navigateTo({
202 202
 				  url: `/pages/specimenPort/detail?detailId=${item.id}`
203 203
 				});