diff --git a/src/components/UserInfo/components/SystemSet/index.d.ts b/src/components/SystemSet/index.d.ts similarity index 73% rename from src/components/UserInfo/components/SystemSet/index.d.ts rename to src/components/SystemSet/index.d.ts index 9069bedf..c8d41989 100644 --- a/src/components/UserInfo/components/SystemSet/index.d.ts +++ b/src/components/SystemSet/index.d.ts @@ -3,6 +3,6 @@ export type ListType = { type: string name: string desc: string - value: boolean - tip: string + value: any + tip?: string } diff --git a/src/components/UserInfo/components/SystemSet/index.ts b/src/components/SystemSet/index.ts similarity index 100% rename from src/components/UserInfo/components/SystemSet/index.ts rename to src/components/SystemSet/index.ts diff --git a/src/components/UserInfo/components/SystemSet/index.vue b/src/components/SystemSet/index.vue similarity index 81% rename from src/components/UserInfo/components/SystemSet/index.vue rename to src/components/SystemSet/index.vue index 3367618d..a66945c8 100644 --- a/src/components/UserInfo/components/SystemSet/index.vue +++ b/src/components/SystemSet/index.vue @@ -17,7 +17,7 @@ {{ item.desc }} - +