演示项目

This commit is contained in:
2023-12-12 17:31:48 +08:00
parent 9e3f0c440a
commit 9ae4a83573
121 changed files with 20562 additions and 288 deletions

8
web_home/vue.config.js Normal file
View File

@@ -0,0 +1,8 @@
const path = require('path')
module.exports = {
publicPath: './', // 基本路径
outputDir: 'dist',
assetsDir: 'static',
lintOnSave: false, // eslint-loader 是否在保存的时候检查
}