From 3c7bace495116a150d5344a5380c04b6f9bcd84a Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 7 Feb 2025 16:20:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=B4=AD=E5=85=A5=E5=BA=93=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 2 +- src/utils/http.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 76557d3..16e4311 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name" : "material-app", - "appid" : "__UNI__99E0C32", + "appid" : "__UNI__2AF69B2", "description" : "", "versionName" : "1.0.1", "versionCode" : 101, diff --git a/src/utils/http.js b/src/utils/http.js index bdd29b7..9d5651a 100644 --- a/src/utils/http.js +++ b/src/utils/http.js @@ -9,7 +9,7 @@ const ENV = process.env.NODE_ENV // export const baseURL = ENV === 'development' ? 'http://192.168.0.244:18580' : 'http://192.168.0.244:18580'//测试 // export const baseURL = ENV === 'development' ? 'http://36.33.26.201:19988/prod-api/' : 'http://36.33.26.201:19988/prod-api/'//生产 // export const baseURL = ENV === 'development' ? 'http://192.168.0.234:18080' : '***' -export const baseURL = ENV === 'development' ? 'http://192.168.2.246:18080' : 'http://192.168.2.246:18080'//马 +export const baseURL = ENV === 'development' ? 'http://192.168.2.247:18080' : 'http://192.168.2.247:18080'//马 // export const baseURL = ENV === 'development' ? '/api' : '***' // **********OCR识别为NVUE文件页面请求URL需要同步配置**********