NEZ-2810 fix:退出登录后 pace 进度条不消失

This commit is contained in:
zhangyu
2023-05-08 14:31:55 +08:00
parent 396a0b3f19
commit eb87d6bddb

View File

@@ -61,14 +61,14 @@ import hljs from 'highlight.js'
VMdPreview.use(githubTheme, {
Hljs: hljs
})
// Pace.options = {
// minTime: 0.1,
// ghostTime: 0.1,
// restartOnRequestAfter: 0.1
// }
Pace.options = {
minTime: 100,
ghostTime: 100,
restartOnRequestAfter: 100
}
window.Meta2d = Meta2d
Vue.use(VMdPreview)
Vue.use(Pace)
// Vue.use(Pace)
Vue.use(VueIntro)
Vue.use(htmlToPdf)