52 lines
1.1 KiB
TypeScript
52 lines
1.1 KiB
TypeScript
import {defineAsyncComponent} from "vue"
|
|
export default [
|
|
{
|
|
id: 0,
|
|
type: "CMOPONENT",
|
|
label: "智能巡查",
|
|
component:defineAsyncComponent(()=>import("@/components/zfControlPlatform/index.vue"))
|
|
},
|
|
{
|
|
id: 1,
|
|
type: "IFRAME",
|
|
label: "飞控系统",
|
|
src: "https://smart.zhifei.tech:25912/#/"
|
|
},
|
|
{
|
|
id: 2,
|
|
type: "IFRAME",
|
|
label: "调度处置",
|
|
src: "https://ecp.fandouke.com/#/login"
|
|
},
|
|
{
|
|
id: 3,
|
|
type: "IFRAME",
|
|
label: "视频会商",
|
|
src: "https://easytalk.fandouke.com/"
|
|
},
|
|
{
|
|
id: 4,
|
|
type: "IFRAME",
|
|
label: "遥感比对",
|
|
disabled: true,
|
|
},
|
|
{
|
|
id: 5,
|
|
type: "IFRAME",
|
|
label: "大件运输",
|
|
disabled: true,
|
|
},
|
|
{
|
|
id: 6,
|
|
type: "IFRAME",
|
|
label: "智能助手",
|
|
disabled: true,
|
|
},
|
|
// {
|
|
// id: 7,
|
|
// type: "IFRAME",
|
|
// label: "测试",
|
|
// disabled: true,
|
|
// src:"http://127.0.0.1:5500/iframe%E9%80%9A%E8%AE%AF.html"
|
|
// },
|
|
] |