From 4e325196c802945baef2186c8d226b8e76d8f10f Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sun, 22 Sep 2024 15:26:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat=20:=20=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E5=92=8C=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/auth/index.vue | 223 ++++++++++++++++++++----- src/views/system/user/agentSetting.vue | 142 ++++++++++++++++ src/views/system/user/index.vue | 8 +- 3 files changed, 328 insertions(+), 45 deletions(-) create mode 100644 src/views/system/user/agentSetting.vue diff --git a/src/views/auth/index.vue b/src/views/auth/index.vue index 9ddf732..78bff10 100644 --- a/src/views/auth/index.vue +++ b/src/views/auth/index.vue @@ -1,8 +1,8 @@