diff --git a/src/manager/Data/Index.vue b/src/manager/Data/Index.vue
index b8c99dc..d54df54 100644
--- a/src/manager/Data/Index.vue
+++ b/src/manager/Data/Index.vue
@@ -53,20 +53,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -75,7 +62,7 @@
条款
-
Copyright © 2022 View Design All Rights Reserved'
+
Useright © 2024 View Design All Rights Reserved'
@@ -91,10 +78,8 @@
import {
AvatarList,
Card,
- Carousel,
- CarouselItem, Circle, Description,
- DescriptionList, GlobalFooter,
- GridItem, Icon,
+ Circle,
+ Icon,
NumberInfo,
Row,
Space,
@@ -103,7 +88,7 @@ import {
import {computed, reactive, ref} from "vue";
-const value = ref(0)
+// const value = ref(0)
const percent = ref(20)
const color = computed(() => {
let color = '#2db7f5';
@@ -130,19 +115,6 @@ const data = reactive({
],
})
-function add () {
- if (percent.value >= 100) {
- return false;
- }
- percent.value += 10;
-}
-function minus () {
- if (percent.value <= 0) {
- return false;
- }
- percent.value -= 10;
-}
-
diff --git a/src/manager/Data/RoleManage.vue b/src/manager/Data/RoleManage.vue
index 01858af..ef498ce 100644
--- a/src/manager/Data/RoleManage.vue
+++ b/src/manager/Data/RoleManage.vue
@@ -1,28 +1,409 @@
-
-
-
-
\ No newline at end of file
diff --git a/src/manager/Data/UserManage.vue b/src/manager/Data/UserManage.vue
index b4974c1..26d12d8 100644
--- a/src/manager/Data/UserManage.vue
+++ b/src/manager/Data/UserManage.vue
@@ -16,7 +16,7 @@
}
-