Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-psp-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-psp-show-h5
Commits
ae4e69ac
提交
ae4e69ac
authored
2月 06, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
d9d87a6c
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
1 行增加
和
21 行删除
+1
-21
.eslintrc-auto-import.json
.eslintrc-auto-import.json
+0
-10
auto-imports.d.ts
auto-imports.d.ts
+0
-10
QueryView.vue
src/modules/home/components/QueryView.vue
+1
-1
没有找到文件。
.eslintrc-auto-import.json
浏览文件 @
ae4e69ac
...
...
@@ -81,8 +81,6 @@
"refThrottled"
:
true
,
"refWithControl"
:
true
,
"resolveComponent"
:
true
,
"resolveRef"
:
true
,
"resolveUnref"
:
true
,
"shallowReactive"
:
true
,
"shallowReadonly"
:
true
,
"shallowRef"
:
true
,
...
...
@@ -110,7 +108,6 @@
"useAttrs"
:
true
,
"useBase64"
:
true
,
"useBattery"
:
true
,
"useBluetooth"
:
true
,
"useBreakpoints"
:
true
,
"useBroadcastChannel"
:
true
,
"useBrowserLocation"
:
true
,
...
...
@@ -149,7 +146,6 @@
"useEyeDropper"
:
true
,
"useFavicon"
:
true
,
"useFetch"
:
true
,
"useFileDialog"
:
true
,
"useFileSystemAccess"
:
true
,
"useFocus"
:
true
,
"useFocusWithin"
:
true
,
...
...
@@ -158,7 +154,6 @@
"useGamepad"
:
true
,
"useGeolocation"
:
true
,
"useIdle"
:
true
,
"useImage"
:
true
,
"useInfiniteScroll"
:
true
,
"useIntersectionObserver"
:
true
,
"useInterval"
:
true
,
...
...
@@ -180,7 +175,6 @@
"useNavigatorLanguage"
:
true
,
"useNetwork"
:
true
,
"useNow"
:
true
,
"useObjectUrl"
:
true
,
"useOffsetPagination"
:
true
,
"useOnline"
:
true
,
"usePageLeave"
:
true
,
...
...
@@ -206,14 +200,12 @@
"useSlots"
:
true
,
"useSpeechRecognition"
:
true
,
"useSpeechSynthesis"
:
true
,
"useStepper"
:
true
,
"useStorage"
:
true
,
"useStorageAsync"
:
true
,
"useStyleTag"
:
true
,
"useSwipe"
:
true
,
"useTemplateRefsList"
:
true
,
"useTextSelection"
:
true
,
"useTextareaAutosize"
:
true
,
"useThrottle"
:
true
,
"useThrottleFn"
:
true
,
"useThrottledRefHistory"
:
true
,
...
...
@@ -240,7 +232,6 @@
"useWindowScroll"
:
true
,
"useWindowSize"
:
true
,
"watch"
:
true
,
"watchArray"
:
true
,
"watchAtMost"
:
true
,
"watchDebounced"
:
true
,
"watchEffect"
:
true
,
...
...
@@ -250,7 +241,6 @@
"watchPostEffect"
:
true
,
"watchSyncEffect"
:
true
,
"watchThrottled"
:
true
,
"watchTriggerable"
:
true
,
"watchWithFilter"
:
true
,
"whenever"
:
true
}
...
...
auto-imports.d.ts
浏览文件 @
ae4e69ac
...
...
@@ -82,8 +82,6 @@ declare global {
const
refThrottled
:
typeof
import
(
'@vueuse/core'
)[
'refThrottled'
]
const
refWithControl
:
typeof
import
(
'@vueuse/core'
)[
'refWithControl'
]
const
resolveComponent
:
typeof
import
(
'vue'
)[
'resolveComponent'
]
const
resolveRef
:
typeof
import
(
'@vueuse/core'
)[
'resolveRef'
]
const
resolveUnref
:
typeof
import
(
'@vueuse/core'
)[
'resolveUnref'
]
const
shallowReactive
:
typeof
import
(
'vue'
)[
'shallowReactive'
]
const
shallowReadonly
:
typeof
import
(
'vue'
)[
'shallowReadonly'
]
const
shallowRef
:
typeof
import
(
'vue'
)[
'shallowRef'
]
...
...
@@ -111,7 +109,6 @@ declare global {
const
useAttrs
:
typeof
import
(
'vue'
)[
'useAttrs'
]
const
useBase64
:
typeof
import
(
'@vueuse/core'
)[
'useBase64'
]
const
useBattery
:
typeof
import
(
'@vueuse/core'
)[
'useBattery'
]
const
useBluetooth
:
typeof
import
(
'@vueuse/core'
)[
'useBluetooth'
]
const
useBreakpoints
:
typeof
import
(
'@vueuse/core'
)[
'useBreakpoints'
]
const
useBroadcastChannel
:
typeof
import
(
'@vueuse/core'
)[
'useBroadcastChannel'
]
const
useBrowserLocation
:
typeof
import
(
'@vueuse/core'
)[
'useBrowserLocation'
]
...
...
@@ -150,7 +147,6 @@ declare global {
const
useEyeDropper
:
typeof
import
(
'@vueuse/core'
)[
'useEyeDropper'
]
const
useFavicon
:
typeof
import
(
'@vueuse/core'
)[
'useFavicon'
]
const
useFetch
:
typeof
import
(
'@vueuse/core'
)[
'useFetch'
]
const
useFileDialog
:
typeof
import
(
'@vueuse/core'
)[
'useFileDialog'
]
const
useFileSystemAccess
:
typeof
import
(
'@vueuse/core'
)[
'useFileSystemAccess'
]
const
useFocus
:
typeof
import
(
'@vueuse/core'
)[
'useFocus'
]
const
useFocusWithin
:
typeof
import
(
'@vueuse/core'
)[
'useFocusWithin'
]
...
...
@@ -159,7 +155,6 @@ declare global {
const
useGamepad
:
typeof
import
(
'@vueuse/core'
)[
'useGamepad'
]
const
useGeolocation
:
typeof
import
(
'@vueuse/core'
)[
'useGeolocation'
]
const
useIdle
:
typeof
import
(
'@vueuse/core'
)[
'useIdle'
]
const
useImage
:
typeof
import
(
'@vueuse/core'
)[
'useImage'
]
const
useInfiniteScroll
:
typeof
import
(
'@vueuse/core'
)[
'useInfiniteScroll'
]
const
useIntersectionObserver
:
typeof
import
(
'@vueuse/core'
)[
'useIntersectionObserver'
]
const
useInterval
:
typeof
import
(
'@vueuse/core'
)[
'useInterval'
]
...
...
@@ -181,7 +176,6 @@ declare global {
const
useNavigatorLanguage
:
typeof
import
(
'@vueuse/core'
)[
'useNavigatorLanguage'
]
const
useNetwork
:
typeof
import
(
'@vueuse/core'
)[
'useNetwork'
]
const
useNow
:
typeof
import
(
'@vueuse/core'
)[
'useNow'
]
const
useObjectUrl
:
typeof
import
(
'@vueuse/core'
)[
'useObjectUrl'
]
const
useOffsetPagination
:
typeof
import
(
'@vueuse/core'
)[
'useOffsetPagination'
]
const
useOnline
:
typeof
import
(
'@vueuse/core'
)[
'useOnline'
]
const
usePageLeave
:
typeof
import
(
'@vueuse/core'
)[
'usePageLeave'
]
...
...
@@ -207,14 +201,12 @@ declare global {
const
useSlots
:
typeof
import
(
'vue'
)[
'useSlots'
]
const
useSpeechRecognition
:
typeof
import
(
'@vueuse/core'
)[
'useSpeechRecognition'
]
const
useSpeechSynthesis
:
typeof
import
(
'@vueuse/core'
)[
'useSpeechSynthesis'
]
const
useStepper
:
typeof
import
(
'@vueuse/core'
)[
'useStepper'
]
const
useStorage
:
typeof
import
(
'@vueuse/core'
)[
'useStorage'
]
const
useStorageAsync
:
typeof
import
(
'@vueuse/core'
)[
'useStorageAsync'
]
const
useStyleTag
:
typeof
import
(
'@vueuse/core'
)[
'useStyleTag'
]
const
useSwipe
:
typeof
import
(
'@vueuse/core'
)[
'useSwipe'
]
const
useTemplateRefsList
:
typeof
import
(
'@vueuse/core'
)[
'useTemplateRefsList'
]
const
useTextSelection
:
typeof
import
(
'@vueuse/core'
)[
'useTextSelection'
]
const
useTextareaAutosize
:
typeof
import
(
'@vueuse/core'
)[
'useTextareaAutosize'
]
const
useThrottle
:
typeof
import
(
'@vueuse/core'
)[
'useThrottle'
]
const
useThrottleFn
:
typeof
import
(
'@vueuse/core'
)[
'useThrottleFn'
]
const
useThrottledRefHistory
:
typeof
import
(
'@vueuse/core'
)[
'useThrottledRefHistory'
]
...
...
@@ -241,7 +233,6 @@ declare global {
const
useWindowScroll
:
typeof
import
(
'@vueuse/core'
)[
'useWindowScroll'
]
const
useWindowSize
:
typeof
import
(
'@vueuse/core'
)[
'useWindowSize'
]
const
watch
:
typeof
import
(
'vue'
)[
'watch'
]
const
watchArray
:
typeof
import
(
'@vueuse/core'
)[
'watchArray'
]
const
watchAtMost
:
typeof
import
(
'@vueuse/core'
)[
'watchAtMost'
]
const
watchDebounced
:
typeof
import
(
'@vueuse/core'
)[
'watchDebounced'
]
const
watchEffect
:
typeof
import
(
'vue'
)[
'watchEffect'
]
...
...
@@ -251,7 +242,6 @@ declare global {
const
watchPostEffect
:
typeof
import
(
'vue'
)[
'watchPostEffect'
]
const
watchSyncEffect
:
typeof
import
(
'vue'
)[
'watchSyncEffect'
]
const
watchThrottled
:
typeof
import
(
'@vueuse/core'
)[
'watchThrottled'
]
const
watchTriggerable
:
typeof
import
(
'@vueuse/core'
)[
'watchTriggerable'
]
const
watchWithFilter
:
typeof
import
(
'@vueuse/core'
)[
'watchWithFilter'
]
const
whenever
:
typeof
import
(
'@vueuse/core'
)[
'whenever'
]
}
src/modules/home/components/QueryView.vue
浏览文件 @
ae4e69ac
...
...
@@ -25,7 +25,7 @@
</div>
<div
class=
"box box1"
>
<router-link
to=
"/
query?active=0
"
>
<router-link
to=
"/
exam
"
>
<h2><img
src=
"https://webapp-pub.ezijing.com/project/prp-h5/query_icon_8.png"
/>
考试系统
</h2>
<p
class=
"t1"
>
持证人专属
</p>
</router-link>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论