实现AI生成测试项接口

This commit is contained in:
2026-05-29 16:21:14 +08:00
parent af2b7d1909
commit dfc81af93c
5 changed files with 544 additions and 480 deletions

View File

@@ -33,7 +33,19 @@ export default ({ mode }) => {
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: false
},
build: {
chunkSizeWarningLimit: 3000
chunkSizeWarningLimit: 3000,
rolldownOptions: {
output: {
codeSplitting: {
groups: [
{
name: "arco-design",
test: /[\\/]node_modules[\\/]@arco-design[\\/]web-vue[\\/]/
}
]
}
}
}
// assetsPublicPath: "./"
// v8版本又报tinymce is not defined只有遗憾业务js大的问题
/**