删除fullscreen相关代码

This commit is contained in:
wang-liang0615
2023-07-19 17:46:27 +08:00
parent 4eff09900d
commit 158d9f8a76
3 changed files with 1 additions and 110 deletions

View File

@@ -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