首页增加新手引导的功能

This commit is contained in:
季圣华
2021-10-19 22:41:25 +08:00
parent d5b357567e
commit 0511976a9d
6 changed files with 18294 additions and 13 deletions

View File

@@ -16,6 +16,7 @@ import Print from 'vue-print-nb-jeecg'
/*import '@babel/polyfill'*/
import preview from 'vue-photo-preview'
import 'vue-photo-preview/dist/skin.css'
import 'intro.js/introjs.css'
import {
ACCESS_TOKEN,
@@ -47,8 +48,8 @@ Vue.use(hasPermission)
Vue.use(Print)
Vue.use(preview)
Vue.use(vueBus);
Vue.use(JeecgComponents);
Vue.use(VueAreaLinkage);
Vue.use(JeecgComponents)
Vue.use(VueAreaLinkage)
new Vue({
router,