From b4ef7c799f81fb4fdb4f5d0915799896f3080a6b Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 28 Jun 2024 15:24:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 4 ++-- src/pages/foam/downLink.vue | 24 ------------------------ src/pages/plastics/plasticsNoGood.vue | 24 ------------------------ src/static/config.js | 4 ++-- 4 files changed, 4 insertions(+), 52 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 6e4361c..9e08180 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,8 +2,8 @@ "name" : "投入产出", "appid" : "__UNI__37328FF", "description" : "", - "versionName" : "1.0.0", - "versionCode" : 1, + "versionName" : "1.0.2", + "versionCode" : 2, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/src/pages/foam/downLink.vue b/src/pages/foam/downLink.vue index 5109ac2..061f3d0 100644 --- a/src/pages/foam/downLink.vue +++ b/src/pages/foam/downLink.vue @@ -21,30 +21,6 @@ @confirm="onConfirm"> - - - - - - - 箱码 - 1234 - - - 批次 - 20240508 - - - 库位 - 103 - - - - diff --git a/src/pages/plastics/plasticsNoGood.vue b/src/pages/plastics/plasticsNoGood.vue index d5bcead..3dc8f19 100644 --- a/src/pages/plastics/plasticsNoGood.vue +++ b/src/pages/plastics/plasticsNoGood.vue @@ -79,30 +79,6 @@ v-model="scanCode" @clear="clearCode" @confirm="onConfirm"> - - - - - - - 箱码 - 1234 - - - 批次 - 20240508 - - - 库位 - 103 - - - - diff --git a/src/static/config.js b/src/static/config.js index 9200dc7..cfab546 100644 --- a/src/static/config.js +++ b/src/static/config.js @@ -1,6 +1,6 @@ -let request_url = "http://10.117.133.80:8088/api" +let request_url = "http://10.117.133.80:8880/api" // let request_url = "http://192.168.0.113:12080/admin-api" -let appUpdateUrl = "http://10.117.133.80:8088/appUpdate.json" +let appUpdateUrl = "http://10.117.133.80:8880/appUpdate.json" let isDevelopment = true