aiCopilot样式提交

This commit is contained in:
aixianling
2024-06-04 18:16:51 +08:00
parent 890af51f30
commit 426f081cbc
5 changed files with 131 additions and 0 deletions

View File

@@ -22,6 +22,11 @@ export default {
project: require.context('../../project/fengdu', true, /\.(\/.+)\/App[A-Z][^\/]+\.vue$/, 'lazy')
}
break
case 'ai':
this.esm = {
project: require.context('../../project/ai', true, /\.(\/.+)\/App[A-Z][^\/]+\.vue$/, 'lazy')
}
break
default:
this.esm = {
packages: require.context('../../packages/', true, /\.(\/.+)\/App[A-Z][^\/]+\.vue$/, 'lazy'),