diff --git a/src/api/exam/api.metadata.ts b/src/api/exam/api.metadata.ts index b76e483..8544314 100644 --- a/src/api/exam/api.metadata.ts +++ b/src/api/exam/api.metadata.ts @@ -1,5 +1,4 @@ import env from '../index' -const dashbord = `${env.API_URI}/dashbord/` const prefix = `${env.API_URI}/prefix/` const religion = `${env.API_URI}/religion/` const relationship = `${env.API_URI}/relationship/` @@ -9,8 +8,6 @@ const district = `${env.API_URI}/district/` const subDistrict = `${env.API_URI}/sub-district/` export default { - countDashbordSubHistory: (type: number) => `${dashbord}${type}`, - countDashbordHistory: `${dashbord}`, prefix, religion, relationship, diff --git a/src/components/top.vue b/src/components/top.vue index a3afb58..d1a538a 100644 --- a/src/components/top.vue +++ b/src/components/top.vue @@ -115,10 +115,6 @@ const props = defineProps({ defualt: false, required: true }, - disable: { - type: Boolean, - defualt: false - }, add: { type: Function, default: () => console.log('not function') diff --git a/src/modules/01_exam/components/Conference.vue b/src/modules/01_exam/components/Conference.vue index bc8037d..72d5bdb 100644 --- a/src/modules/01_exam/components/Conference.vue +++ b/src/modules/01_exam/components/Conference.vue @@ -4,14 +4,6 @@