You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
797 B
TypeScript

/*
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-03-19 15:44:27
* @LastEditors: donghao donghao@supervision.ltd
* @LastEditTime: 2024-03-20 15:50:20
* @FilePath: \General-AI-Platform-Web-Client\src\router\modules\deviceScene.ts
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
import { $t } from "@/plugins/i18n";
export default {
path: "/deviceScene",
meta: {
title: $t("menus.hsdeviceScene"),
icon: "icon-shebeiliebiao-weixuan",
// showLink: false,
bodyClass: "deviceScene_page",
rank: 7,
roles: ["admin", "common"]
},
component: () => import("@/views/device/scene.vue"),
name: "DeviceScene"
} as RouteConfigsTable;