初始化基础框架

This commit is contained in:
2026-01-14 09:53:37 +08:00
parent 2bc2a440db
commit 8deaa1a7e2
16 changed files with 1479 additions and 26 deletions

3
src/config/index.js Normal file
View File

@@ -0,0 +1,3 @@
export default {
app_title: 'vueadmin'
}