TransFlow/node_modules/.cache/vue-loader/9b840498dfe807048d904034623...

1 line
12 KiB
JSON

{"remainingRequest":"D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\视频边缘1215\\TransFlow\\src\\page\\test1\\index.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\视频边缘1215\\TransFlow\\src\\page\\test1\\index.vue","mtime":1672365886438},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1671074740928},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\babel-loader\\lib\\index.js","mtime":1671074740599},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1671074740928},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1671074747916}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport SideMenu from '@/components/sidemenu/SideMenu';\nexport default {\n components: {\n SideMenu\n },\n data(){\n return{\n leftMenus: [\n {\n title : '分析',\n path: 'AnalysisMain',\n icon : 'el-icon-user-solid',\n // icon : require('@/assets/img/fenxi.png'),\n },\n {\n title : '控制中心',\n path: 'ControlCenter',\n // icon : 'el-icon-s-goods',\n children : [\n {\n title : '通用',\n path: 'test1-2',\n // icon : 'el-icon-s-goods',\n children : [\n {\n title : '关于本机',\n path: 'AboutMachine',\n // icon : 'bars',\n },\n {\n title : '网络',\n path: 'network',\n // icon : 'tool',\n },\n {\n title : 'VPN',\n path: 'VPN',\n // icon : 'tool',\n },\n {\n title : '自定义操作',\n path: 'CustomOperations',\n // icon : 'tool',\n },\n {\n title : '健康检测',\n path: 'HealthCheck',\n // icon : 'tool',\n }\n ]\n },{\n title : '运行状态',\n path: 'StateOperation',\n // icon : 'el-icon-user-solid',\n },{\n title : '接口',\n path: 'interface',\n // icon : 'el-icon-user-solid',\n },{\n title : 'IP设置',\n path: 'IPSetting',\n // icon : 'el-icon-user-solid',\n },\n \n ]\n },{\n title : '系统设置',\n path: 'SystemSettings',\n icon : require('@/assets/img/xtsz.png'),\n \n children : [\n {\n title : '全局设置',\n path: 'globalSettings',\n // icon : 'bars',\n },\n {\n title : '关于本机——导出设置',\n path: 'ExportingSettings',\n // icon : 'tool',\n },\n {\n title : '关于本机——导入设置',\n path: 'ImportSettings',\n // icon : 'tool',\n },\n {\n title : '接口与服务器证书',\n path: 'InterfaceServerCertificates',\n // icon : 'tool',\n },\n {\n title : 'UDP服务设置',\n path: 'UDPServiceSettings',\n // icon : 'tool',\n }\n ]\n },{\n title : '用户管理',\n path: 'UserManagement',\n // icon : 'el-icon-s-goods',\n children : [\n {\n title : '我的账号',\n path: 'myId',\n // icon : 'bars',\n },\n {\n title : '账号管理',\n path: 'IdManagement',\n // icon : 'tool',\n },\n ]\n },\n {\n title : '通知/日志',\n path: 'logs',\n // icon : 'el-icon-s-goods',\n },\n \n ],\n }\n }\n}\n",{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAgBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/page/test1","sourcesContent":["<template>\n <div>\n \n <!-- 一级菜单下面所拥有的二级菜单 -->\n <!-- <el-aside style=\"width:12%\" class=\"aside\">\n <SideMenu :navMenus=\"leftMenus\"></SideMenu>\n </el-aside> -->\n <!-- 以及二级菜单所对应的页面 -->\n <el-main>\n <router-view></router-view>\n </el-main>\n\n </div>\n</template>\n\n<script>\nimport SideMenu from '@/components/sidemenu/SideMenu';\nexport default {\n components: {\n SideMenu\n },\n data(){\n return{\n leftMenus: [\n {\n title : '分析',\n path: 'AnalysisMain',\n icon : 'el-icon-user-solid',\n // icon : require('@/assets/img/fenxi.png'),\n },\n {\n title : '控制中心',\n path: 'ControlCenter',\n // icon : 'el-icon-s-goods',\n children : [\n {\n title : '通用',\n path: 'test1-2',\n // icon : 'el-icon-s-goods',\n children : [\n {\n title : '关于本机',\n path: 'AboutMachine',\n // icon : 'bars',\n },\n {\n title : '网络',\n path: 'network',\n // icon : 'tool',\n },\n {\n title : 'VPN',\n path: 'VPN',\n // icon : 'tool',\n },\n {\n title : '自定义操作',\n path: 'CustomOperations',\n // icon : 'tool',\n },\n {\n title : '健康检测',\n path: 'HealthCheck',\n // icon : 'tool',\n }\n ]\n },{\n title : '运行状态',\n path: 'StateOperation',\n // icon : 'el-icon-user-solid',\n },{\n title : '接口',\n path: 'interface',\n // icon : 'el-icon-user-solid',\n },{\n title : 'IP设置',\n path: 'IPSetting',\n // icon : 'el-icon-user-solid',\n },\n \n ]\n },{\n title : '系统设置',\n path: 'SystemSettings',\n icon : require('@/assets/img/xtsz.png'),\n \n children : [\n {\n title : '全局设置',\n path: 'globalSettings',\n // icon : 'bars',\n },\n {\n title : '关于本机——导出设置',\n path: 'ExportingSettings',\n // icon : 'tool',\n },\n {\n title : '关于本机——导入设置',\n path: 'ImportSettings',\n // icon : 'tool',\n },\n {\n title : '接口与服务器证书',\n path: 'InterfaceServerCertificates',\n // icon : 'tool',\n },\n {\n title : 'UDP服务设置',\n path: 'UDPServiceSettings',\n // icon : 'tool',\n }\n ]\n },{\n title : '用户管理',\n path: 'UserManagement',\n // icon : 'el-icon-s-goods',\n children : [\n {\n title : '我的账号',\n path: 'myId',\n // icon : 'bars',\n },\n {\n title : '账号管理',\n path: 'IdManagement',\n // icon : 'tool',\n },\n ]\n },\n {\n title : '通知/日志',\n path: 'logs',\n // icon : 'el-icon-s-goods',\n },\n \n ],\n }\n }\n}\n</script>\n<style>\n.aside{\n overflow-y: scroll;\n overflow-x: hidden;\n \n}\n.aside::-webkit-scrollbar {\n display:none;\n }\n.el-submenu__title:hover {\n background-color: #3989fa!important;\n}\n.el-menu-item:focus, .el-menu-item:hover {\n outline: 0;\n background-color: #3989fa!important;\n}\n</style>"]}]}