diff --git a/src/router/index.js b/src/router/index.js index 990ffd8..561e7d2 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -220,17 +220,17 @@ const routes = [ requiresAuth: true, }, }, - { - path: "/photoTotal", - component: () => import("../views/photoTotal/index.vue"), - name: "photoTotal", - meta: { - title: "图片数据统计", - icon: "", - keepAlive: true, - requiresAuth: true, - }, - }, + // { + // path: "/photoTotal", + // component: () => import("../views/photoTotal/index.vue"), + // name: "photoTotal", + // meta: { + // title: "图片数据统计", + // icon: "", + // keepAlive: true, + // requiresAuth: true, + // }, + // }, { path: "/aiwork", component: () => import("../views/system/drawPic.vue"), @@ -295,7 +295,7 @@ const routes = [ keepAlive: true, requiresAuth: true, }, - } + }, ], }, { diff --git a/src/views/realTimeSearch/index.vue b/src/views/realTimeSearch/index.vue index 8ad996e..5d576e2 100644 --- a/src/views/realTimeSearch/index.vue +++ b/src/views/realTimeSearch/index.vue @@ -219,7 +219,6 @@ import { getSearchInfo, getRealtimePhoto, deletePicList, - exportPhotoJoggle, } from "@/utils/api/index"; import defaultImage from "../../assets/img/nodatapic2.jpg"; export default {