mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 22:55:00 +08:00
删除fullscreen相关代码
This commit is contained in:
@@ -49,13 +49,11 @@ const store = new Vuex.Store({
|
||||
})
|
||||
|
||||
appConfig.buildModules.forEach(appName => {
|
||||
if (appName !== 'fullscreen') {
|
||||
import(`@/modules/${appName}/index.js`).then(m => {
|
||||
if (m.default.store) {
|
||||
store.registerModule(m.default.store.name || m.deault.name, m.default.store)
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
export default store
|
||||
|
Reference in New Issue
Block a user