Initial commit

This commit is contained in:
2026-04-23 16:58:11 +08:00
commit 267eba1eca
2582 changed files with 273338 additions and 0 deletions

6
odcs2.com/vue.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
//指定输出路径
outputDir: 'dist',
parallel: false
}