From a6654ba17b9f8ef5f4c459d5a02cef45413b16cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=B6=85?= Date: Mon, 24 Feb 2025 17:15:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8F=B0=E8=AD=A6=E5=91=8A=EF=BC=9A[el-radio]=20[API]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 10 ++++++++++ src/views/system/role/index.vue | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..a5088194 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,10 @@ +{ + "configurations": [ + { + "type": "msedge", + "name": " http://localhost:3000/", + "request": "launch", + "url": " http://localhost:3000/" + } + ] +} \ No newline at end of file diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index 4730579c..eab71721 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -116,8 +116,8 @@ - 正常 - 停用 + 正常 + 停用 -- Gitee From eaff7161760ffb2df271b579163a60d0552d43eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=B6=85?= Date: Tue, 25 Feb 2025 09:45:29 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=20launch.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index a5088194..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "configurations": [ - { - "type": "msedge", - "name": " http://localhost:3000/", - "request": "launch", - "url": " http://localhost:3000/" - } - ] -} \ No newline at end of file -- Gitee