commit d10c17827d8ead9a2a9b22788f0f4795eb1d2c8e Author: zoujiandong <10130823232@qq.com> Date: Tue Dec 2 14:39:05 2025 +0800 init diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..f0dafb6 --- /dev/null +++ b/.env.development @@ -0,0 +1,2 @@ +# VITE_BASE_URL="http://dev.edu.igandan.com/gdxz-h5/" +VITE_BASE_URL="https://h5.ixuanjiao.com/api/" \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..f0dafb6 --- /dev/null +++ b/.env.production @@ -0,0 +1,2 @@ +# VITE_BASE_URL="http://dev.edu.igandan.com/gdxz-h5/" +VITE_BASE_URL="https://h5.ixuanjiao.com/api/" \ No newline at end of file diff --git a/.env.test b/.env.test new file mode 100644 index 0000000..f7a8ad8 --- /dev/null +++ b/.env.test @@ -0,0 +1,2 @@ +# VITE_BASE_URL="https://twx.igandan.org/" +VITE_BASE_URL="http://dev.edu.igandan.com/gdxz-h5/" \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2303a42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# local env files +.env.local +.env.development.local +.env.test.local +.env.production.local + +# vercel +.vercel + +# typescript +*.tsbuildinfo + + +# eslint +.eslintcache + +# stylelint +.stylelintcache + +dist +dist-ssr +*.local +/dist* + +stats.html \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..971f5e7 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +全景平台 \ No newline at end of file diff --git a/auto-imports.d.ts b/auto-imports.d.ts new file mode 100644 index 0000000..9959df6 --- /dev/null +++ b/auto-imports.d.ts @@ -0,0 +1,65 @@ +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// noinspection JSUnusedGlobalSymbols +// Generated by unplugin-auto-import +export {} +declare global { + const EffectScope: typeof import('vue')['EffectScope'] + const computed: typeof import('vue')['computed'] + const createApp: typeof import('vue')['createApp'] + const customRef: typeof import('vue')['customRef'] + const defineAsyncComponent: typeof import('vue')['defineAsyncComponent'] + const defineComponent: typeof import('vue')['defineComponent'] + const effectScope: typeof import('vue')['effectScope'] + const getCurrentInstance: typeof import('vue')['getCurrentInstance'] + const getCurrentScope: typeof import('vue')['getCurrentScope'] + const h: typeof import('vue')['h'] + const inject: typeof import('vue')['inject'] + const isProxy: typeof import('vue')['isProxy'] + const isReactive: typeof import('vue')['isReactive'] + const isReadonly: typeof import('vue')['isReadonly'] + const isRef: typeof import('vue')['isRef'] + const markRaw: typeof import('vue')['markRaw'] + const nextTick: typeof import('vue')['nextTick'] + const onActivated: typeof import('vue')['onActivated'] + const onBeforeMount: typeof import('vue')['onBeforeMount'] + const onBeforeUnmount: typeof import('vue')['onBeforeUnmount'] + const onBeforeUpdate: typeof import('vue')['onBeforeUpdate'] + const onDeactivated: typeof import('vue')['onDeactivated'] + const onErrorCaptured: typeof import('vue')['onErrorCaptured'] + const onMounted: typeof import('vue')['onMounted'] + const onRenderTracked: typeof import('vue')['onRenderTracked'] + const onRenderTriggered: typeof import('vue')['onRenderTriggered'] + const onScopeDispose: typeof import('vue')['onScopeDispose'] + const onServerPrefetch: typeof import('vue')['onServerPrefetch'] + const onUnmounted: typeof import('vue')['onUnmounted'] + const onUpdated: typeof import('vue')['onUpdated'] + const provide: typeof import('vue')['provide'] + const reactive: typeof import('vue')['reactive'] + const readonly: typeof import('vue')['readonly'] + const ref: typeof import('vue')['ref'] + const resolveComponent: typeof import('vue')['resolveComponent'] + const shallowReactive: typeof import('vue')['shallowReactive'] + const shallowReadonly: typeof import('vue')['shallowReadonly'] + const shallowRef: typeof import('vue')['shallowRef'] + const toRaw: typeof import('vue')['toRaw'] + const toRef: typeof import('vue')['toRef'] + const toRefs: typeof import('vue')['toRefs'] + const toValue: typeof import('vue')['toValue'] + const triggerRef: typeof import('vue')['triggerRef'] + const unref: typeof import('vue')['unref'] + const useAttrs: typeof import('vue')['useAttrs'] + const useCssModule: typeof import('vue')['useCssModule'] + const useCssVars: typeof import('vue')['useCssVars'] + const useSlots: typeof import('vue')['useSlots'] + const watch: typeof import('vue')['watch'] + const watchEffect: typeof import('vue')['watchEffect'] + const watchPostEffect: typeof import('vue')['watchPostEffect'] + const watchSyncEffect: typeof import('vue')['watchSyncEffect'] +} +// for type re-export +declare global { + // @ts-ignore + export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' +} diff --git a/components.d.ts b/components.d.ts new file mode 100644 index 0000000..2c1c7b6 --- /dev/null +++ b/components.d.ts @@ -0,0 +1,37 @@ +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-vue-components +// Read more: https://github.com/vuejs/core/pull/3399 +export {} + +declare module 'vue' { + export interface GlobalComponents { + Department: typeof import('./src/views/department.vue')['default'] + DoctorInfo: typeof import('./src/views/doctor-info.vue')['default'] + EducationCentre: typeof import('./src/views/education-centre.vue')['default'] + FeedbackHistory: typeof import('./src/views/feedback-history.vue')['default'] + HeadBar: typeof import('./src/components/headBar.vue')['default'] + Information: typeof import('./src/views/information.vue')['default'] + Interact: typeof import('./src/views/interact.vue')['default'] + InteractSearch: typeof import('./src/views/interact-search.vue')['default'] + LeaveMessage: typeof import('./src/views/leave-message.vue')['default'] + Live: typeof import('./src/views/live.vue')['default'] + Loading: typeof import('./src/components/loading/loading.vue')['default'] + My: typeof import('./src/views/my.vue')['default'] + PaperList: typeof import('./src/components/paperList.vue')['default'] + PersonalData: typeof import('./src/views/personal-data.vue')['default'] + PrivateRecords: typeof import('./src/views/private-records.vue')['default'] + Questionnaire: typeof import('./src/views/questionnaire.vue')['default'] + RouterLink: typeof import('vue-router')['RouterLink'] + RouterView: typeof import('vue-router')['RouterView'] + Search: typeof import('./src/components/search.vue')['default'] + Searchblue: typeof import('./src/components/searchblue.vue')['default'] + Searchthings: typeof import('./src/views/searchthings.vue')['default'] + Searchview: typeof import('./src/views/searchview.vue')['default'] + TabTools: typeof import('./src/components/tabTools.vue')['default'] + Video: typeof import('./src/views/video.vue')['default'] + VisitingInformation: typeof import('./src/views/visiting-information.vue')['default'] + WebsView: typeof import('./src/views/webs-view.vue')['default'] + } +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..7576df1 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + +
+ + + +
+ 切换科室


+ 切换科室
+
+ 浏览记录
+
+
+ 我的收藏
+
+
+ 确认已读
+已读
+收藏
+