From 57270708e8dcb711e5909ac82798840d81ead4fe Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 05 十一月 2024 09:25:07 +0800 Subject: [PATCH] feat:库管样式修改删除无用图片 --- /dev/null | 0 manifest.json | 6 +++--- pages/loadUnload-page/selectTarget/selectTarget.vue | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 07ee03d..7b87ed7 100644 --- a/manifest.json +++ b/manifest.json @@ -100,7 +100,7 @@ "disableHostCheck" : true, "proxy" : { "/admin" : { - "target" : "http://192.168.0.66:9999/", + "target" : "http://wrzs.czjlchem.com:9095/", "changeOrigin" : true, "secure" : true, "ws" : false, // 闇�瑕亀ebsocket 寮�鍚� @@ -109,7 +109,7 @@ } }, "/gen" : { - "target" : "http://192.168.0.66:9999/", + "target" : "http://wrzs.czjlchem.com:9095/", "changeOrigin" : true, "secure" : true, "ws" : false, // 闇�瑕亀ebsocket 寮�鍚� @@ -118,7 +118,7 @@ } }, "/wrzs" : { - "target" : "http://192.168.0.66:9896/", + "target" : "http://wrzs.czjlchem.com:9095/", "changeOrigin" : true, "secure" : true, "ws" : true, // 闇�瑕亀ebsocket 寮�鍚� diff --git a/pages/loadUnload-page/selectTarget/selectTarget.vue b/pages/loadUnload-page/selectTarget/selectTarget.vue index 423c9dc..365df40 100644 --- a/pages/loadUnload-page/selectTarget/selectTarget.vue +++ b/pages/loadUnload-page/selectTarget/selectTarget.vue @@ -367,14 +367,15 @@ <text v-if="isClean"> {{'鍚�' }}</text> </view> <!-- v-if="activeObj.containerNumber" --> - <view style="display: flex;"><span>闆嗚绠卞彿锛� </span> + <view v-if="activeObj.containerNumber" style="display: flex;"><span>闆嗚绠卞彿锛� </span> <u--input v-model="activeObj.containerNumber" clearable style="border: solid 1px #ccc;" placeholder="杈撳叆闆嗚绠卞彿" prefixIconStyle="color: #909399"></u--input> + <view><text style="color: red;">璇疯鐪熸牳瀵归泦瑁呯鍙峰啀鎻愪氦锛�</text></view> </view> - <view><text style="color: red;">璇疯鐪熸牳瀵归泦瑁呯鍙峰啀鎻愪氦锛�</text></view> + <!-- 鏄惁杈撳叆鎶樺惃 --> <view style="display:flex;margin-top:20rpx" v-if="isClean">鏄惁闇�瑕佹姌鍚細 <u-radio-group v-model="isCleanFlag" diff --git a/static/custom/login/eye_close.png b/static/custom/login/eye_close.png deleted file mode 100644 index 66d6ea1..0000000 --- a/static/custom/login/eye_close.png +++ /dev/null Binary files differ diff --git a/static/custom/login/eye_open.png b/static/custom/login/eye_open.png deleted file mode 100644 index 5aaab64..0000000 --- a/static/custom/login/eye_open.png +++ /dev/null Binary files differ diff --git a/static/image/banner/add.png b/static/image/banner/add.png deleted file mode 100644 index 36fca52..0000000 --- a/static/image/banner/add.png +++ /dev/null Binary files differ diff --git a/static/image/banner/address.png b/static/image/banner/address.png deleted file mode 100644 index 7b21826..0000000 --- a/static/image/banner/address.png +++ /dev/null Binary files differ diff --git a/static/image/banner/avatar.png b/static/image/banner/avatar.png deleted file mode 100644 index 490c6eb..0000000 --- a/static/image/banner/avatar.png +++ /dev/null Binary files differ diff --git a/static/image/banner/blueblock.png b/static/image/banner/blueblock.png deleted file mode 100644 index 180d6fc..0000000 --- a/static/image/banner/blueblock.png +++ /dev/null Binary files differ diff --git a/static/image/banner/clock.png b/static/image/banner/clock.png deleted file mode 100644 index 8dc0817..0000000 --- a/static/image/banner/clock.png +++ /dev/null Binary files differ diff --git a/static/image/banner/location.png b/static/image/banner/location.png deleted file mode 100644 index 75704ef..0000000 --- a/static/image/banner/location.png +++ /dev/null Binary files differ diff --git a/static/image/banner/notice.png b/static/image/banner/notice.png deleted file mode 100644 index e5b497f..0000000 --- a/static/image/banner/notice.png +++ /dev/null Binary files differ diff --git a/static/image/banner/printer.png b/static/image/banner/printer.png deleted file mode 100644 index 32c7089..0000000 --- a/static/image/banner/printer.png +++ /dev/null Binary files differ diff --git a/static/image/banner/redblock.png b/static/image/banner/redblock.png deleted file mode 100644 index cdea3f1..0000000 --- a/static/image/banner/redblock.png +++ /dev/null Binary files differ -- Gitblit v1.9.1