From e330bbff5bd4ae9e84b0fd0e1ea4a797d934f535 Mon Sep 17 00:00:00 2001 From: yxq Date: Fri, 30 Aug 2024 16:51:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monitorMobile/App.vue | 31 ++-- monitorMobile/components/cell.vue | 5 +- monitorMobile/components/selectRadio.vue | 5 +- monitorMobile/pages.json | 9 +- monitorMobile/pages/login.vue | 145 ++++++++++++++++++ monitorMobile/pages/my/index.vue | 16 +- monitorMobile/pages/work/index.vue | 13 +- monitorMobile/pages/work/rollCall/detail.vue | 6 +- monitorMobile/pages/work/rollCall/index.vue | 4 +- .../static/fonts/alimamashuheiti.ttf | Bin 0 -> 1360412 bytes monitorMobile/static/image/eyeclose.png | Bin 0 -> 884 bytes monitorMobile/static/image/loginBg.png | Bin 0 -> 1085610 bytes monitorMobile/static/image/logo.png | Bin 0 -> 22436 bytes monitorMobile/static/image/mybgh5.png | Bin 0 -> 367906 bytes monitorMobile/static/image/work/bgh5.png | Bin 0 -> 848615 bytes 15 files changed, 211 insertions(+), 23 deletions(-) create mode 100644 monitorMobile/pages/login.vue create mode 100644 monitorMobile/static/fonts/alimamashuheiti.ttf create mode 100644 monitorMobile/static/image/eyeclose.png create mode 100644 monitorMobile/static/image/loginBg.png create mode 100644 monitorMobile/static/image/logo.png create mode 100644 monitorMobile/static/image/mybgh5.png create mode 100644 monitorMobile/static/image/work/bgh5.png diff --git a/monitorMobile/App.vue b/monitorMobile/App.vue index 690b121..981ee0f 100644 --- a/monitorMobile/App.vue +++ b/monitorMobile/App.vue @@ -1,26 +1,33 @@ + \ No newline at end of file diff --git a/monitorMobile/components/cell.vue b/monitorMobile/components/cell.vue index ed24f97..c57ef92 100644 --- a/monitorMobile/components/cell.vue +++ b/monitorMobile/components/cell.vue @@ -1,5 +1,5 @@