feat: update finance manager and fix some issue

This commit is contained in:
2025-09-19 23:10:54 +08:00
parent b36c8183f2
commit fabc00c4f3
23 changed files with 1982 additions and 22 deletions
+9 -1
View File
@@ -1,5 +1,13 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave:false
lintOnSave: false,
pages: {
index: {
entry: 'src/main.js',
template: 'public/index.html',
filename: 'index.html',
title: '爱特工作室物品管理及财务管理系统',
}
}
})