mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-11-16 18:12:09 +08:00
7 lines
204 B
Vue
7 lines
204 B
Vue
/**
|
||
* @description 3个子配置,通用配置|主题配置|网络配置
|
||
*/
|
||
//默认配置
|
||
const { setting, theme, network } = require('./')
|
||
module.exports = Object.assign({}, setting, theme, network)
|