任敬轩 пре 1 година
родитељ
комит
d88af9c852
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      public/inspection_record.html

+ 2 - 2
public/inspection_record.html

@@ -173,7 +173,7 @@
 					  spinner: 'el-icon-loading',
 					  background: 'rgba(0, 0, 0, 0.7)'
 					});
-					axios.post('http://video.nxjiewei.com:8011/api/fanwei/get_person_travel',{'person_id':this.name,'date':formattedDate,'depart':this.section})
+					axios.post('http://anvideo.nxmy.com:8011/api/fanwei/get_person_travel',{'person_id':this.name,'date':formattedDate,'depart':this.section})
 						.then( (response)=> {
 							this.record_list = response.data.content.data
 							loading.close()
@@ -190,7 +190,7 @@
 					const day = ('0' + date.getDate()).slice(-2);           // 获取日并补零
 					const formattedDate = `${year}-${month}-${day}`;
 					
-					axios.post('http://video.nxjiewei.com:8011/api/fanwei/get_query_conition',{'date':formattedDate})
+					axios.post('http://anvideo.nxmy.com:8011/api/fanwei/get_query_conition',{'date':formattedDate})
 						.then( (response)=> {
 							this.select_list = response.data.content.data
 						})