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