From 6a33c71f381aec0dbc778f80527b62d343fd0146 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 05 一月 2024 10:28:24 +0800
Subject: [PATCH] 修改接口调用

---
 src/views/system/home/dialog.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/home/dialog.vue b/src/views/system/home/dialog.vue
index b1da6ca..06dad24 100644
--- a/src/views/system/home/dialog.vue
+++ b/src/views/system/home/dialog.vue
@@ -109,7 +109,7 @@
 const stores = useRoutesList();
 const { routesList } = storeToRefs(stores);
 const state = reactive({
-    roleList:[],
+  roleList:[],
 	// 参数请参考 `/src/router/route.ts` 中的 `dynamicRoutes` 路由菜单格式
 	ruleForm: {
         id: null,

--
Gitblit v1.9.2