소스 검색

修改接口

17755135699 1 년 전
부모
커밋
e8bf1285cd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      pagesHouse/Verification/record.vue
  2. 1 1
      pagesHouse/Verification/recordDetails.vue

+ 1 - 1
pagesHouse/Verification/record.vue

@@ -65,7 +65,7 @@
 		},
 		methods: {
 			getdata() {
-				this.$api.get('/scenic/order/writeOffRecordPage', {
+				this.$api.get('/scenic/api/order/writeOffRecordPage', {
 					limit: 50,
 					page: 1,
 					merchantId: this.merchantId,

+ 1 - 1
pagesHouse/Verification/recordDetails.vue

@@ -63,7 +63,7 @@
 		},
 		methods: {
 			getDetails(){
-				this.$api.get('/scenic/order/writeOffRecordInfo/'+this.orderCode).then(res=>{
+				this.$api.get('/scenic/api/order/writeOffRecordInfo/'+this.orderCode).then(res=>{
 					if(res.data.code===0){
 						this.item = res.data.data;
 						this.item.bookList.forEach(l=>{