- 移除 colorMode 相关代码 - 删除全局样式文件 - 更新 nuxt 配置: - 添加 runtimeConfig - 更新 css 配置 - 优化 vite构建配置 - 新增 image 模块配置 - 更新路由配置 - 调整组件实现 - 更新环境变量加载方式
4 lines
125 B
JavaScript
4 lines
125 B
JavaScript
|
|
export const useAppFooterRouteNames= ['index', 'profile']
|
|
export const useAppHeaderRouteNames= ['index', 'profile','login']
|