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] =?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 @@ - 正常 - 停用 + 正常 + 停用