根据系统演示需求修改前后端

This commit is contained in:
zhangchaoyang02 2025-05-16 18:30:25 +08:00
parent c0e996c689
commit 12b150b668
3 changed files with 3 additions and 4 deletions

View File

@ -58,7 +58,7 @@ import {useRouter} from 'vue-router'
import {useUserStore} from '@/stores/modules/user'
import {ElLoading, ElMessage} from 'element-plus'
import PublicFullScreen from '@/components/PublicFullScreen/index.vue'
import NotificationBell from './NotificationBell.vue
import NotificationBell from './NotificationBell.vue'
import logo from '@/assets/image/logo.png'
import {useRouteStore} from '@/stores/modules/router'

View File

@ -14,7 +14,7 @@ const baseRoutes = [
path: '/big-screen',
name: 'BigScreen',
component: () => import('@views/big-screen/bigdata.vue'),
meta: {title: '大屏 '},
meta: {title: '大屏'},
},
{
path: '/svi',

View File

@ -88,8 +88,7 @@ public interface PagingAndSortingSpecificationRepository<T> {
* @param queryHints 查询提示
* @return 列表数据
*/
List<T> findAll(@Nullable Specification<T> specification,
Map<String, Object> queryHints);
List<T> findAll(@Nullable Specification<T> specification, Map<String, Object> queryHints);
/**
* 带实体图的分页查询可提高查询性能 实体图的作用是可以管理查询需要的属性和实体而不是默认的字段属性