代码提交
This commit is contained in:
parent
1c0acc1415
commit
5a3b5c5488
|
|
@ -146,9 +146,9 @@
|
|||
methods: {
|
||||
getData() {
|
||||
uni.request({
|
||||
url: window.g.API_IP + '/api/GetDetectionReport?DetectionReportId=' + this.detectionReportId,
|
||||
// url: window.g.API_IP +
|
||||
// '/api/GetDetectionReport?DetectionReportId=21ad44647c8a4b9c871af5bae82d160a', // 接口地址
|
||||
// url: window.g.API_IP + '/api/GetDetectionReport?DetectionReportId=' + this.detectionReportId,
|
||||
url: window.g.API_IP +
|
||||
'/api/GetDetectionReport?DetectionReportId=3225120490380352', // 接口地址
|
||||
method: 'GET',
|
||||
success: (res) => {
|
||||
// 请求成功时执行的回调函数
|
||||
|
|
|
|||
|
|
@ -374,7 +374,7 @@
|
|||
url: window.g.API_IP + '/api/GetDetectionReport?DetectionReportId=' + this
|
||||
.detectionReportId, // 接口地址
|
||||
// url: window.g.API_IP +
|
||||
// '/api/GetDetectionReport?DetectionReportId=e7f9b3d015f64c1a92c8e5d3a0b4c7f2', // 接口地址
|
||||
// '/api/GetDetectionReport?DetectionReportId=3225120490380352', // 接口地址
|
||||
method: 'GET',
|
||||
success: (res) => {
|
||||
// 请求成功时执行的回调函数
|
||||
|
|
|
|||
|
|
@ -351,10 +351,10 @@
|
|||
methods: {
|
||||
getData() {
|
||||
uni.request({
|
||||
url: window.g.API_IP + '/api/GetDetectionReport?DetectionReportId=' + this
|
||||
.detectionReportId, // 接口地址
|
||||
// url: window.g.API_IP +
|
||||
// '/api/GetDetectionReport?DetectionReportId=21ad44647c8a4b9c871af5bae82d160a', // 接口地址
|
||||
// url: window.g.API_IP + '/api/GetDetectionReport?DetectionReportId=' + this
|
||||
// .detectionReportId, // 接口地址
|
||||
url: window.g.API_IP +
|
||||
'/api/GetDetectionReport?DetectionReportId=3225120490380352', // 接口地址
|
||||
method: 'GET',
|
||||
success: (res) => {
|
||||
// 请求成功时执行的回调函数
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
window.g = {
|
||||
API_IP: 'http://172.16.1.253:5000',
|
||||
API_IP: 'http://172.16.1.111:5000',
|
||||
}
|
||||
Loading…
Reference in New Issue