From c846661904b86debc00f475dd07c92b82833ac27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A6=8D=E6=B4=81?= <16391855+wang-yanjie1218@user.noreply.gitee.com> Date: Tue, 6 Jan 2026 19:13:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BD=E5=8C=BBPC=E7=AB=AF=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chenhai-ui/public/index.html | 2 +- chenhai-ui/public/sy.png | Bin 0 -> 9063 bytes chenhai-ui/src/api/login.js | 59 +- chenhai-ui/src/api/vet/info.js | 8 + chenhai-ui/src/assets/styles/ruoyi.scss | 12 +- chenhai-ui/src/assets/styles/sidebar.scss | 8 + chenhai-ui/src/assets/styles/variables.scss | 33 +- .../src/layout/components/Settings/index.vue | 2 +- .../src/layout/components/Sidebar/Logo.vue | 7 +- .../src/layout/components/TagsView/index.vue | 6 +- chenhai-ui/src/permission.js | 6 +- chenhai-ui/src/router/index.js | 26 +- chenhai-ui/src/store/modules/user.js | 26 +- chenhai-ui/src/views/index.vue | 2152 ++++++++--------- chenhai-ui/src/views/indexGld.vue | 1173 +++++++++ chenhai-ui/src/views/login.vue | 874 ++++++- chenhai-ui/src/views/loginGld.vue | 584 +++++ chenhai-ui/src/views/muhu/ads/index.vue | 60 +- chenhai-ui/src/views/muhu/warning/index.vue | 77 +- .../src/views/vet/certificate/index.vue | 118 +- chenhai-ui/src/views/vet/info/index.vue | 156 +- .../src/views/vet/notification/index.vue | 48 +- 22 files changed, 4071 insertions(+), 1366 deletions(-) create mode 100644 chenhai-ui/public/sy.png create mode 100644 chenhai-ui/src/views/indexGld.vue create mode 100644 chenhai-ui/src/views/loginGld.vue diff --git a/chenhai-ui/public/index.html b/chenhai-ui/public/index.html index 925455c..796ae4d 100644 --- a/chenhai-ui/public/index.html +++ b/chenhai-ui/public/index.html @@ -5,7 +5,7 @@ - + <%= webpackConfig.name %> + diff --git a/chenhai-ui/src/views/login.vue b/chenhai-ui/src/views/login.vue index dde986d..8192549 100644 --- a/chenhai-ui/src/views/login.vue +++ b/chenhai-ui/src/views/login.vue @@ -1,100 +1,259 @@ diff --git a/chenhai-ui/src/views/loginGld.vue b/chenhai-ui/src/views/loginGld.vue new file mode 100644 index 0000000..aa81ca9 --- /dev/null +++ b/chenhai-ui/src/views/loginGld.vue @@ -0,0 +1,584 @@ + + + + + diff --git a/chenhai-ui/src/views/muhu/ads/index.vue b/chenhai-ui/src/views/muhu/ads/index.vue index 76aabdc..5320a8a 100644 --- a/chenhai-ui/src/views/muhu/ads/index.vue +++ b/chenhai-ui/src/views/muhu/ads/index.vue @@ -1,6 +1,18 @@