fix: model list duplicate

This commit is contained in:
jialin
2024-07-09 16:59:35 +08:00
parent 734368dd49
commit fe14edbb4e
22 changed files with 247 additions and 69 deletions
+6
View File
@@ -18,6 +18,12 @@ export default defineConfig({
base: process.env.npm_config_base || '/',
...(isProduction
? {
jsMinifierOptions: {
compress: {
drop_console: true,
drop_debugger: true
}
},
scripts: [
{
src: `/js/umi.${t}.js`