奇淼(piexlmax
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
9 additions and
15 deletions
-
web/build.config.js
-
web/src/core/config.js
-
web/src/core/gin-vue-admin.js
|
|
@ -7,7 +7,7 @@ module.exports = { |
|
|
|
/** |
|
|
|
* 如果设置path属性, { name: 'vue', scope: 'Vue', path: '/vue/2.6.9/vue.min.js' } 即编译出来以[baseCdnUrl][path] |
|
|
|
* 否则自动拼写 [baseCdnUrl]/[name]/[version]/[name].min.js |
|
|
|
* */ |
|
|
|
*/ |
|
|
|
{ name: 'vue', scope: 'Vue' }, |
|
|
|
{ name: 'vue-router', scope: 'VueRouter' }, |
|
|
|
{ name: 'vuex', scope: 'Vuex' }, |
|
|
|
|
|
@ -1,15 +1,10 @@ |
|
|
|
/* |
|
|
|
* 网站配置文件 |
|
|
|
* */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const config ={ |
|
|
|
|
|
|
|
appName : 'Gin-Vue-Admin', |
|
|
|
|
|
|
|
appLogo : 'https://www.gin-vue-admin.com/img/logo.png' |
|
|
|
/** |
|
|
|
* 网站配置文件 |
|
|
|
*/ |
|
|
|
|
|
|
|
const config = { |
|
|
|
appName: 'Gin-Vue-Admin', |
|
|
|
appLogo: 'https://www.gin-vue-admin.com/img/logo.png' |
|
|
|
} |
|
|
|
|
|
|
|
export default config |
|
|
|
export default config |
|
|
@ -10,10 +10,9 @@ 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', |
|
|
|