Compare commits

..

No commits in common. 'd60bf45badce2715060abdae51c616b942bfccde' and 'b4e0830d722a84273dbad1f89fdfcc24b1a54589' have entirely different histories.

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

Loading…
Cancel
Save