diff --git a/wcs_web/public/image/app/warehouseBackground.png b/wcs_web/public/image/app/warehouseBackground.png index 2524f9f..efa7590 100644 Binary files a/wcs_web/public/image/app/warehouseBackground.png and b/wcs_web/public/image/app/warehouseBackground.png differ diff --git a/wcs_web/src/views/layout/LoginView.vue b/wcs_web/src/views/layout/LoginView.vue index bd8a6d0..3ffea63 100644 --- a/wcs_web/src/views/layout/LoginView.vue +++ b/wcs_web/src/views/layout/LoginView.vue @@ -70,7 +70,7 @@ const loginWithOther = () => { } // 激活软件 const active = () => { - MessageUtils.successMessageBox('您的系统已经永久激活', '欢迎使用'); + MessageUtils.successMessageBox('您的系统已经获得授权', '欢迎使用'); } // 打印服务 const printServe = () => { @@ -161,7 +161,7 @@ const queryCustomerName = () => { height: 480px; margin-left: calc(50vw - 250px); margin-top: calc(15vh); - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(255, 255, 255, 0.15); } :deep(.el-form-item__label) {