123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- import { createRouter, createWebHashHistory } from 'vue-router'
- const routes = [{
- path: '/',
- name: 'home',
- component: () =>
- import ('../views/login/login.vue'),
- meta: {
- isShowTarbar: false,
- }
- }, {
- path: '/login',
- name: 'login',
- component: () =>
- import ('../views/login/login.vue'),
- meta: {
- isShowTarbar: false,
- }
- }, {
- path: '/forget',
- name: 'forget',
- component: () =>
- import ('../views/login/forget.vue'),
- meta: {
- isShowTarbar: false,
- }
- }, {
- path: '/tab_a',
- name: 'tab_a',
- component: () =>
- import ('../views/tab_a/tab_a.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/siteInspectionView',
- name: 'siteInspectionView',
- component: () =>
- import ('../views/activityMan/siteInspection/siteInspectionView.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/siteInspectionList',
- name: 'siteInspectionList',
- component: () =>
- import ('../views/activityMan/siteInspection/siteInspectionList.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/securityFacilitiesErrList',
- name: 'securityFacilitiesErrList',
- component: () =>
- import ('../views/activityMan/securityFacilitiesErr/securityFacilitiesErrList.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/religiousConferenceList',
- name: 'religiousConferenceList',
- component: () =>
- import ('../views/activityMan/religiousConference/religiousConferenceList.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/nonReligiousInformationList',
- name: 'nonReligiousInformationList',
- component: () =>
- import ('../views/activityMan/nonReligiousInformation/nonReligiousInformationList.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/toBeDone',
- name: 'toBeDone',
- component: () =>
- import ('../views/toBeDone/toBeDone.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/toBeDone_details',
- name: 'toBeDone_details',
- component: () =>
- import ('../views/toBeDone/toBeDone_details.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/placeActivityList',
- name: 'placeActivityList',
- component: () =>
- import ('../views/activityMan/placeactivity/placeActivityList.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/placeActivity',
- name: 'placeActivity',
- component: () =>
- import ('../views/activityMan/placeactivity/placeActivityView.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/placeActivityInfo',
- name: 'placeActivityInfo',
- component: () =>
- import ('../views/activityMan/placeactivity/placeActivityInfo.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/selfMeetingList',
- name: 'selfMeetingList',
- component: () =>
- import ('../views/activityMan/selfMeetingReport/selfMeetingList.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/selfMeeting',
- name: 'selfMeeting',
- component: () =>
- import ('../views/activityMan/selfMeetingReport/selfMeetingView.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/selfMeetingInfo',
- name: 'selfMeetingInfo',
- component: () =>
- import ('../views/activityMan/selfMeetingReport/selfMeetingInfo.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/differentbelievers',
- name: 'differentbelievers',
- component: () =>
- import ('../views/activityMan/differentbelievers/ReligiousPeopleReportView.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/differentbelieversList',
- name: 'differentbelieversList',
- component: () =>
- import ('../views/activityMan/differentbelievers/ReligiousPeopleReportList.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/differentbelieversInfo',
- name: 'differentbelieversInfo',
- component: () =>
- import ('../views/activityMan/differentbelievers/ReligiousPeopleReportInfo.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/setting',
- name: 'setting',
- component: () =>
- import ('../views/setting/setting.vue'),
- meta: {
- isShowTarbar: true,
- }
- }, {
- path: '/tabAll',
- name: 'tabAll',
- component: () =>
- import ('../views/tab_a/tabAll.vue'),
- meta: {
- isShowTarbar: false,
- }
- },
- {
- path: '/about',
- name: 'about',
- component: () =>
- import ('../views/AboutView.vue'),
- meta: {
- isShowTarbar: false,
- }
- },
- {
- path: '/placePerson',
- name: 'placePerson',
- component: () =>
- import ('../views/placeManage/placePerson.vue'),
- meta: {
- isShowTarbar: false,
- }
- },
- {
- path: '/placePersoninfo',
- name: 'placePersoninfo',
- component: () =>
- import ('../views/placeManage/placePersoninfo.vue'),
- meta: {
- isShowTarbar: false,
- }
- },
- {
- path: '/placeRegister',
- name: 'placeRegister',
- component: () =>
- import ('../views/placeManage/placeRegister.vue'),
- meta: {
- isShowTarbar: false,
- }
- },
- {
- path: '/placeTablet',
- name: 'placeTablet',
- component: () =>
- import ('../views/placeManage/placeTablet.vue'),
- meta: {
- isShowTarbar: false,
- }
- },
- {
- path: '/placeTabletInfo',
- name: 'placeTabletInfo',
- component: () =>
- import ('../views/placeManage/placeTabletInfo.vue'),
- meta: {
- isShowTarbar: false,
- }
- }
- ]
- const router = createRouter({
- history: createWebHashHistory(),
- routes,
- })
- export default router
|