Compare commits

...

2 Commits

@ -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,
},
}
},
],
},
{

@ -219,7 +219,6 @@ import {
getSearchInfo,
getRealtimePhoto,
deletePicList,
exportPhotoJoggle,
} from "@/utils/api/index";
import defaultImage from "../../assets/img/nodatapic2.jpg";
export default {

Loading…
Cancel
Save