代码提交

This commit is contained in:
lixiaobang 2026-04-01 20:48:02 +08:00
parent 1c0acc1415
commit 5a3b5c5488
4 changed files with 9 additions and 9 deletions

View File

@ -146,9 +146,9 @@
methods: { methods: {
getData() { getData() {
uni.request({ uni.request({
url: window.g.API_IP + '/api/GetDetectionReport?DetectionReportId=' + this.detectionReportId, // url: window.g.API_IP + '/api/GetDetectionReport?DetectionReportId=' + this.detectionReportId,
// url: window.g.API_IP + url: window.g.API_IP +
// '/api/GetDetectionReport?DetectionReportId=21ad44647c8a4b9c871af5bae82d160a', // '/api/GetDetectionReport?DetectionReportId=3225120490380352', //
method: 'GET', method: 'GET',
success: (res) => { success: (res) => {
// //

View File

@ -374,7 +374,7 @@
url: window.g.API_IP + '/api/GetDetectionReport?DetectionReportId=' + this url: window.g.API_IP + '/api/GetDetectionReport?DetectionReportId=' + this
.detectionReportId, // .detectionReportId, //
// url: window.g.API_IP + // url: window.g.API_IP +
// '/api/GetDetectionReport?DetectionReportId=e7f9b3d015f64c1a92c8e5d3a0b4c7f2', // // '/api/GetDetectionReport?DetectionReportId=3225120490380352', //
method: 'GET', method: 'GET',
success: (res) => { success: (res) => {
// //

View File

@ -351,10 +351,10 @@
methods: { methods: {
getData() { getData() {
uni.request({ uni.request({
url: window.g.API_IP + '/api/GetDetectionReport?DetectionReportId=' + this // url: window.g.API_IP + '/api/GetDetectionReport?DetectionReportId=' + this
.detectionReportId, // // .detectionReportId, //
// url: window.g.API_IP + url: window.g.API_IP +
// '/api/GetDetectionReport?DetectionReportId=21ad44647c8a4b9c871af5bae82d160a', // '/api/GetDetectionReport?DetectionReportId=3225120490380352', //
method: 'GET', method: 'GET',
success: (res) => { success: (res) => {
// //

View File

@ -1,3 +1,3 @@
window.g = { window.g = {
API_IP: 'http://172.16.1.253:5000', API_IP: 'http://172.16.1.111:5000',
} }