'添加gin-vue-admin的web配置文件,具体文件请看core/config文件'

This commit is contained in:
bypanghu@163.com
2021-06-11 21:37:07 +08:00
parent 5cc87c5b6c
commit aac76dcd58
8 changed files with 103 additions and 465 deletions

View File

@@ -10,6 +10,10 @@ import APlayer from '@moefe/vue-aplayer'
import '../../node_modules/timeline-vuejs/dist/timeline-vuejs.css'
// 路由守卫
import Bus from '@/utils/bus'
//加载网站配置文件夹
import config from './config'
Vue.prototype.$GIN_VUE_ADMIN = config
console.log(config)
Vue.use(Bus)
Vue.use(APlayer, {
defaultCover: 'https://github.com/u3u.png',