封装公共组件,调整样式文件的布局,修改路由页面样式

This commit is contained in:
2025-03-27 19:58:58 +08:00
parent d9b9ce4676
commit 540618b8ca
33 changed files with 2613 additions and 987 deletions
+5
View File
@@ -21,4 +21,9 @@ export default defineConfig({
}),
tsconfigPaths(),
],
server: {
host: '0.0.0.0',
port: 5173,
open: true
},
});