根据系统演示需求修改前后端
This commit is contained in:
parent
c0e996c689
commit
12b150b668
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ const baseRoutes = [
|
|||
path: '/big-screen',
|
||||
name: 'BigScreen',
|
||||
component: () => import('@views/big-screen/bigdata.vue'),
|
||||
meta: {title: '大屏 '},
|
||||
meta: {title: '大屏'},
|
||||
},
|
||||
{
|
||||
path: '/svi',
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
/**
|
||||
* 带实体图的分页查询,可提高查询性能 (实体图的作用是可以管理,查询需要的属性和实体,而不是默认的字段属性)
|
||||
|
|
|
|||
Loading…
Reference in New Issue