mod: 合并代码

This commit is contained in:
kailong321200875 2023-12-15 10:49:55 +08:00
parent 515d4b3da2
commit 8ef77b4407
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"

View File

@ -52,8 +52,8 @@ export const useAppStore = defineStore('app', {
fixedHeader: true, // 固定toolheader
footer: true, // 显示页脚
greyMode: false, // 是否开始灰色模式,用于特殊悼念日
dynamicRouter: false, // 是否动态路由
serverDynamicRouter: false, // 是否服务端渲染动态路由
dynamicRouter: true, // 是否动态路由
serverDynamicRouter: true, // 是否服务端渲染动态路由
fixedMenu: false, // 是否固定菜单
layout: 'classic', // layout布局