Compare commits

...

2 Commits

@ -220,17 +220,17 @@ const routes = [
requiresAuth: true, requiresAuth: true,
}, },
}, },
{ // {
path: "/photoTotal", // path: "/photoTotal",
component: () => import("../views/photoTotal/index.vue"), // component: () => import("../views/photoTotal/index.vue"),
name: "photoTotal", // name: "photoTotal",
meta: { // meta: {
title: "图片数据统计", // title: "图片数据统计",
icon: "", // icon: "",
keepAlive: true, // keepAlive: true,
requiresAuth: true, // requiresAuth: true,
}, // },
}, // },
{ {
path: "/aiwork", path: "/aiwork",
component: () => import("../views/system/drawPic.vue"), component: () => import("../views/system/drawPic.vue"),
@ -295,7 +295,7 @@ const routes = [
keepAlive: true, keepAlive: true,
requiresAuth: true, requiresAuth: true,
}, },
} },
], ],
}, },
{ {

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

Loading…
Cancel
Save