Compare commits

..

No commits in common. "e6d2920b1bc1a6d3055f81b8190da72d423e0ff1" and "bb4ced19437aabdb151b3d6e9e17b3427ecb15f6" have entirely different histories.

362 changed files with 331 additions and 866 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -131,7 +131,6 @@
}
//获取图像
function getDestination(string){
// console.log("string",string)
if(unity!=null){
unity.SendMessage('AAA', 'SendImage', string);
}
@ -175,7 +174,7 @@
//打开修改图形名称弹框
function modifyTheName(data){
console.log("图形名称弹框",data)
window.parent.getModifyTheName(data,1);
window.parent.getModifyTheName(data);
}
//传单个视频id获取到单个视频配置下的所有图形
function postVideoId(data){
@ -228,9 +227,14 @@
console.log("type",type)
console.log("组件类型",componentType)
console.log("组件名称",name)
window.parent.getSimulationAreaEdit(id,type,componentType,name,2);
window.parent.getSimulationAreaEdit(id,type,componentType,name);
}
//删除模拟区组件
function delComponent(data){
if(unity!=null){
unity.SendMessage("GameManager",'Unity_DeleteGraphicNode',data);
}
}
document.body.appendChild(script);

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -1 +0,0 @@
http://172.16.1.168:5000

View File

@ -1,24 +0,0 @@
{
"code": 200,
"msg": "成功",
"data": {
"analysisSettingId": "e1af117da47e402d9b30e7cc499a158f",
"cameraPositionLongitude": "1",
"cameraPositionLatitude": "3",
"licensePlateRecognitionSwitch": "1",
"parkingDisplacement": 1,
"parkingSpeed": 6,
"coordinateTransformationId": "7ab32c790ec34b95a58e18b8bad8e46c",
"utmArea": 10,
"hemisphere": "南",
"coordinateTransformation": "其他",
"pointData": [{
"pointId": "b0c734bfa81f41d8909b74b983429146",
"pointName": "点2",
"longitude": "1",
"latitude": "1",
"imageXCoordinate": "17.17",
"imageYCoordinate": "1065.16"
}]
}
}

View File

@ -1,20 +0,0 @@
{
"code": 200,
"msg": "成功",
"data": [{
"graphicId": "35fb0709596841e5b005fb1bc33a0fa4",
"graphicName": "测试区域",
"graphicType": "区域",
"coordinate": "218.6106 984.2285,453.5649 994.1006,267.9708 820.3528,218.6106 984.2285"
}, {
"graphicId": "957eb7cba61240f5a099ee6080bd29f0",
"graphicName": "测试路线2",
"graphicType": "轨迹",
"coordinate": "157.404 236.9287,179.1225 260.6216,192.9433 300.1097,202.8154 329.7258,214.6618 357.3675,222.5594 392.9068,236.3803 424.4973,258.0987 446.2157,289.6892 465.9598,317.3309 485.7039,350.8958 503.4735,382.4863 509.3967,420 517.2943,467.3858 521.2432,508.8483 525.192,556.234 525.192,599.671 525.192,631.2614 525.192,662.8519 513.3455,690.4936 499.5247,712.2121 477.8062,724.0585 444.2413,728.0073 412.6508,745.777 386.9836,775.3931 377.1115,806.9836 379.0859"
}, {
"graphicId": "7c24aa16e12840859164780d71827f5f",
"graphicName": "测试线2",
"graphicType": "断面",
"coordinate": "437.7697 642.6563,880.0366 737.4278"
}]
}

View File

@ -1 +0,0 @@
{"Keys":["com.unity.services.core.version"],"Values":[{"m_Value":"1.3.1","m_IsReadOnly":true}]}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 B

View File

@ -1,16 +0,0 @@
body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1,166 +0,0 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity WebGL Player | Painter</title>
<link rel="shortcut icon" href="TemplateData/favicon.ico">
<link rel="stylesheet" href="TemplateData/style.css">
<style>
body,html{
width: 100%;
height: 100%;
overflow: hidden;
}
</style>
</head>
<body>
<div id="unity-container" style="height: 100%;width: 100%;" class="unity-desktop">
<canvas id="unity-canvas" width=960 height=600></canvas>
<div id="unity-loading-bar">
<div id="unity-logo"></div>
<div id="unity-progress-bar-empty">
<div id="unity-progress-bar-full"></div>
</div>
</div>
<div id="unity-warning"> </div>
<div id="unity-footer" style="display: none;">
<div id="unity-webgl-logo"></div>
<div id="unity-fullscreen-button"></div>
<div id="unity-build-title">Painter</div>
</div>
</div>
<script>
var container = document.querySelector("#unity-container");
var canvas = document.querySelector("#unity-canvas");
var loadingBar = document.querySelector("#unity-loading-bar");
var progressBarFull = document.querySelector("#unity-progress-bar-full");
var fullscreenButton = document.querySelector("#unity-fullscreen-button");
var warningBanner = document.querySelector("#unity-warning");
// Shows a temporary message banner/ribbon for a few seconds, or
// a permanent error message on top of the canvas if type=='error'.
// If type=='warning', a yellow highlight color is used.
// Modify or remove this function to customize the visually presented
// way that non-critical warnings and error messages are presented to the
// user.
function unityShowBanner(msg, type) {
function updateBannerVisibility() {
warningBanner.style.display = warningBanner.children.length ? 'block' : 'none';
}
var div = document.createElement('div');
div.innerHTML = msg;
warningBanner.appendChild(div);
if (type == 'error') div.style = 'background: red; padding: 10px;';
else {
if (type == 'warning') div.style = 'background: yellow; padding: 10px;';
setTimeout(function() {
warningBanner.removeChild(div);
updateBannerVisibility();
}, 5000);
}
updateBannerVisibility();
}
var buildUrl = "Build";
var loaderUrl = buildUrl + "/APP.loader.js";
var config = {
dataUrl: buildUrl + "/APP.data.unityweb",
frameworkUrl: buildUrl + "/APP.framework.js.unityweb",
codeUrl: buildUrl + "/APP.wasm.unityweb",
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "Painter",
productVersion: "0.1",
showBanner: unityShowBanner,
};
// By default Unity keeps WebGL canvas render target size matched with
// the DOM size of the canvas element (scaled by window.devicePixelRatio)
// Set this to false if you want to decouple this synchronization from
// happening inside the engine, and you would instead like to size up
// the canvas DOM size and WebGL render target sizes yourself.
// config.matchWebGLToCanvasSize = false;
if (/iPhone|iPad|iPod|Android/i.test(navigator.userAgent)) {
// Mobile device style: fill the whole browser client area with the game canvas:
var meta = document.createElement('meta');
meta.name = 'viewport';
meta.content = 'width=device-width, height=device-height, initial-scale=1.0, user-scalable=no, shrink-to-fit=yes';
document.getElementsByTagName('head')[0].appendChild(meta);
container.className = "unity-mobile";
// To lower canvas resolution on mobile devices to gain some
// performance, uncomment the following line:
// config.devicePixelRatio = 1;
canvas.style.width = window.innerWidth + 'px';
canvas.style.height = window.innerHeight + 'px';
unityShowBanner('WebGL builds are not supported on mobile devices.');
} else {
// Desktop style: Render the game canvas in a window that can be maximized to fullscreen:
canvas.style.width = "100%";
canvas.style.height = "100%";
}
loadingBar.style.display = "block";
var script = document.createElement("script");
var unityInstanceA
script.src = loaderUrl;
script.onload = () => {
createUnityInstance(canvas, config, (progress) => {
progressBarFull.style.width = 100 * progress + "%";
}).then((unityInstance) => {
unityInstanceA = unityInstance
loadingBar.style.display = "none";
fullscreenButton.onclick = () => {
unityInstance.SetFullscreen(1);
};
}).catch((message) => {
alert(message);
});
};
//unity初始化
function OnSceneLoaded(){
window.parent.OnSceneload();
}
function getDianwei(string){
unityInstanceA.SendMessage('GameManager','ReceptionVideoIdSececeTwo',JSON.stringify(string));
}
function setPOS(string){
console.log(string,'123');
unityInstanceA.SendMessage('GameManager','WebToUnityDot',JSON.stringify(string));
}
function saveDian(string){
console.log(string,'string');
unityInstanceA.SendMessage('GameManager','WebToUnitySave',JSON.stringify(string));
}
function ReceivingCoordinate(x,y,name){
var obj = {
imageXCoordinate:x,
imageYCoordinate:y,
pointName:name
}
window.parent.saveCoordinate(obj)
}
function getDestination(string){
console.log(string,'hjm');
if(unityInstanceA!=null){
unityInstanceA.SendMessage('AAA', 'SendImage', JSON.stringify(string));
}
}
function deletePoint(string){
unityInstanceA.SendMessage('GameManager','WebToUnityDeletePont',JSON.stringify(string));
}
function exitPoint(string){
console.log(string,'11111111');
unityInstanceA.SendMessage('GameManager','WebToUnityPointModification',JSON.stringify(string));
}
document.body.appendChild(script);
</script>
</body>
</html>

2
dist/index.html vendored
View File

@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"><link rel=stylesheet href=//at.alicdn.com/t/font_830376_qzecyukz0s.css><title>后台管理系统</title><link href=/static/css/chunk-03ef1325.fefb88e9.css rel=prefetch><link href=/static/css/chunk-0a122200.40a3275f.css rel=prefetch><link href=/static/css/chunk-1417f69c.31330ebf.css rel=prefetch><link href=/static/css/chunk-2126896d.97aa3da3.css rel=prefetch><link href=/static/css/chunk-25001e32.fe5bf00c.css rel=prefetch><link href=/static/css/chunk-25a6b5bf.0e6487a9.css rel=prefetch><link href=/static/css/chunk-298ee65b.4eb5f10f.css rel=prefetch><link href=/static/css/chunk-2ffccff5.f7b2802b.css rel=prefetch><link href=/static/css/chunk-301b50ea.a45a62f4.css rel=prefetch><link href=/static/css/chunk-32f17606.42b5599c.css rel=prefetch><link href=/static/css/chunk-450b0085.1deb87de.css rel=prefetch><link href=/static/css/chunk-6269b174.cef9a5b0.css rel=prefetch><link href=/static/css/chunk-68b5485e.d555ed50.css rel=prefetch><link href=/static/css/chunk-6c1c489d.261aa5c0.css rel=prefetch><link href=/static/css/chunk-73ef8f6c.60101364.css rel=prefetch><link href=/static/css/chunk-74f53d49.d961ab7f.css rel=prefetch><link href=/static/css/chunk-7daf91be.3933e170.css rel=prefetch><link href=/static/css/chunk-8a85a220.88c8d204.css rel=prefetch><link href=/static/css/chunk-ad10cd4c.e1f5e94d.css rel=prefetch><link href=/static/css/chunk-b6a8269c.07b148a8.css rel=prefetch><link href=/static/css/chunk-db12337e.97aa3da3.css rel=prefetch><link href=/static/css/chunk-f4b8e89c.97aa3da3.css rel=prefetch><link href=/static/css/chunk-f94c3e26.33f00271.css rel=prefetch><link href=/static/css/chunk-faf0d758.881002e4.css rel=prefetch><link href=/static/css/chunk-fc7c4266.77b39054.css rel=prefetch><link href=/static/js/chunk-03ef1325.8085e8ef.js rel=prefetch><link href=/static/js/chunk-0a122200.4fabf56e.js rel=prefetch><link href=/static/js/chunk-1417f69c.621b7e3d.js rel=prefetch><link href=/static/js/chunk-2126896d.50eadf9c.js rel=prefetch><link href=/static/js/chunk-25001e32.6998196e.js rel=prefetch><link href=/static/js/chunk-25a6b5bf.21e2d1b7.js rel=prefetch><link href=/static/js/chunk-298ee65b.25f1344d.js rel=prefetch><link href=/static/js/chunk-2d217aeb.a5bf3762.js rel=prefetch><link href=/static/js/chunk-2ffccff5.d34c9262.js rel=prefetch><link href=/static/js/chunk-301b50ea.f5816a80.js rel=prefetch><link href=/static/js/chunk-32f17606.d51df642.js rel=prefetch><link href=/static/js/chunk-450b0085.82339920.js rel=prefetch><link href=/static/js/chunk-6269b174.fc2fbe05.js rel=prefetch><link href=/static/js/chunk-68b5485e.909c4026.js rel=prefetch><link href=/static/js/chunk-6c1c489d.ffec9e9c.js rel=prefetch><link href=/static/js/chunk-73ef8f6c.6e6d72ae.js rel=prefetch><link href=/static/js/chunk-74f53d49.4e803418.js rel=prefetch><link href=/static/js/chunk-7daf91be.ff22ba9d.js rel=prefetch><link href=/static/js/chunk-8a85a220.92cabfef.js rel=prefetch><link href=/static/js/chunk-ad10cd4c.1345e169.js rel=prefetch><link href=/static/js/chunk-b6a8269c.1912d475.js rel=prefetch><link href=/static/js/chunk-db12337e.c32a4f84.js rel=prefetch><link href=/static/js/chunk-f4b8e89c.c7ee164c.js rel=prefetch><link href=/static/js/chunk-f94c3e26.4b8cbabf.js rel=prefetch><link href=/static/js/chunk-faf0d758.a4da36b9.js rel=prefetch><link href=/static/js/chunk-fc7c4266.70d991a2.js rel=prefetch><link href=/static/css/app.faaa2d02.css rel=preload as=style><link href=/static/css/chunk-vendors.7a32ca23.css rel=preload as=style><link href=/static/js/app.9c0e1fe0.js rel=preload as=script><link href=/static/js/chunk-vendors.a131cda0.js rel=preload as=script><link href=/static/css/chunk-vendors.7a32ca23.css rel=stylesheet><link href=/static/css/app.faaa2d02.css rel=stylesheet></head><body><noscript><strong>We're sorry but vms doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.a131cda0.js></script><script src=/static/js/app.9c0e1fe0.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"><link rel=stylesheet href=//at.alicdn.com/t/font_830376_qzecyukz0s.css><title>后台管理系统</title><link href=/static/css/chunk-007ded39.6efdbc47.css rel=prefetch><link href=/static/css/chunk-0291c0c3.598721cd.css rel=prefetch><link href=/static/css/chunk-03ef1325.fefb88e9.css rel=prefetch><link href=/static/css/chunk-0a122200.40a3275f.css rel=prefetch><link href=/static/css/chunk-1417f69c.31330ebf.css rel=prefetch><link href=/static/css/chunk-18ea1ed4.8e2a8328.css rel=prefetch><link href=/static/css/chunk-2126896d.97aa3da3.css rel=prefetch><link href=/static/css/chunk-25001e32.fe5bf00c.css rel=prefetch><link href=/static/css/chunk-298ee65b.4eb5f10f.css rel=prefetch><link href=/static/css/chunk-2ffccff5.f7b2802b.css rel=prefetch><link href=/static/css/chunk-301b50ea.a45a62f4.css rel=prefetch><link href=/static/css/chunk-32f17606.42b5599c.css rel=prefetch><link href=/static/css/chunk-5f24b014.afbff1ef.css rel=prefetch><link href=/static/css/chunk-6269b174.cef9a5b0.css rel=prefetch><link href=/static/css/chunk-68b5485e.d555ed50.css rel=prefetch><link href=/static/css/chunk-6b0e10c8.00f54dd0.css rel=prefetch><link href=/static/css/chunk-6c1c489d.261aa5c0.css rel=prefetch><link href=/static/css/chunk-73ef8f6c.60101364.css rel=prefetch><link href=/static/css/chunk-74f53d49.d961ab7f.css rel=prefetch><link href=/static/css/chunk-ad10cd4c.e1f5e94d.css rel=prefetch><link href=/static/css/chunk-b6a8269c.07b148a8.css rel=prefetch><link href=/static/css/chunk-db12337e.97aa3da3.css rel=prefetch><link href=/static/css/chunk-f4b8e89c.97aa3da3.css rel=prefetch><link href=/static/css/chunk-f94c3e26.33f00271.css rel=prefetch><link href=/static/css/chunk-fc7c4266.77b39054.css rel=prefetch><link href=/static/js/chunk-007ded39.2b96581a.js rel=prefetch><link href=/static/js/chunk-0291c0c3.55d3a305.js rel=prefetch><link href=/static/js/chunk-03ef1325.8085e8ef.js rel=prefetch><link href=/static/js/chunk-0a122200.4fabf56e.js rel=prefetch><link href=/static/js/chunk-1417f69c.621b7e3d.js rel=prefetch><link href=/static/js/chunk-18ea1ed4.5383321d.js rel=prefetch><link href=/static/js/chunk-2126896d.50eadf9c.js rel=prefetch><link href=/static/js/chunk-25001e32.6998196e.js rel=prefetch><link href=/static/js/chunk-298ee65b.25f1344d.js rel=prefetch><link href=/static/js/chunk-2d217aeb.a5bf3762.js rel=prefetch><link href=/static/js/chunk-2ffccff5.d34c9262.js rel=prefetch><link href=/static/js/chunk-301b50ea.f5816a80.js rel=prefetch><link href=/static/js/chunk-32f17606.d51df642.js rel=prefetch><link href=/static/js/chunk-5f24b014.312c6edd.js rel=prefetch><link href=/static/js/chunk-6269b174.fc2fbe05.js rel=prefetch><link href=/static/js/chunk-68b5485e.ef441a45.js rel=prefetch><link href=/static/js/chunk-6b0e10c8.a53b025d.js rel=prefetch><link href=/static/js/chunk-6c1c489d.ffec9e9c.js rel=prefetch><link href=/static/js/chunk-73ef8f6c.6e6d72ae.js rel=prefetch><link href=/static/js/chunk-74f53d49.4e803418.js rel=prefetch><link href=/static/js/chunk-ad10cd4c.1345e169.js rel=prefetch><link href=/static/js/chunk-b6a8269c.1912d475.js rel=prefetch><link href=/static/js/chunk-db12337e.c32a4f84.js rel=prefetch><link href=/static/js/chunk-f4b8e89c.c7ee164c.js rel=prefetch><link href=/static/js/chunk-f94c3e26.4b8cbabf.js rel=prefetch><link href=/static/js/chunk-fc7c4266.70d991a2.js rel=prefetch><link href=/static/css/app.448d1f27.css rel=preload as=style><link href=/static/css/chunk-vendors.7a32ca23.css rel=preload as=style><link href=/static/js/app.7e2ba8d6.js rel=preload as=script><link href=/static/js/chunk-vendors.a131cda0.js rel=preload as=script><link href=/static/css/chunk-vendors.7a32ca23.css rel=stylesheet><link href=/static/css/app.448d1f27.css rel=stylesheet></head><body><noscript><strong>We're sorry but vms doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/static/js/chunk-vendors.a131cda0.js></script><script src=/static/js/app.7e2ba8d6.js></script></body></html>

View File

@ -1 +1 @@
*{margin:0;padding:0}#app,body,html{width:100%;height:100%;background:#f0f0f0}body{font-family:PingFang SC,Helvetica Neue,Helvetica,microsoft yahei,arial,STHeiTi,sans-serif}a{text-decoration:none}.header{background-color:#fff}.login-wrap{background:#324157}.plugins-tips{background:#eef1f6;padding:20px 10px;margin-bottom:20px}.el-upload--text em,.plugins-tips a{color:#20a0ff}.pure-button{background:#20a0ff}.tags-li.active{border:1px solid #409eff;background-color:#409eff}.message-title{color:#20a0ff}.collapse-btn:hover{background:none}.error-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;background:#f3f3f3;-webkit-box-sizing:border-box;box-sizing:border-box}.error-code{line-height:1;font-size:250px;font-weight:bolder;color:#f02d2d}.error-code span{color:#00a854}.error-desc{font-size:30px;color:#777}.error-handle{margin-top:30px;padding-bottom:200px}.error-btn{margin-left:100px}.content-box{position:absolute;left:250px;right:0;top:40px;bottom:0;overflow-y:scroll;padding:10px 20px;-webkit-transition:left .3s ease-in-out;transition:left .3s ease-in-out;background:#f0f0f0}.content{width:auto;height:100%;padding:10px;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box}.content-collapse{left:65px}.container{min-height:100%;padding:20px;background:#fff;border:1px solid #ddd;border-radius:5px}.crumbs{margin:10px 0}.el-table th{background-color:#f5f7fa!important}.pagination{margin:20px 0;text-align:right}.el-button+.el-tooltip{margin-left:10px}.el-table tr:hover{background:#f6faff}.mgb20{margin-bottom:20px}.move-enter-active,.move-leave-active{-webkit-transition:opacity .5s;transition:opacity .5s}.move-enter,.move-leave{opacity:0}.table-container{margin-top:20px}.pagination-area{width:100%;text-align:right;margin:20px 0 10px 0}.test-div{margin:15px}.title{width:95%;font-size:25px;text-align:left;border-bottom:1px solid #000;margin-bottom:20px;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif}.chartTitle,.el-form-item__label{font-size:15px}.chartTitle{font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;font-weight:400;padding-left:15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:15px}.typeContent>p{margin-bottom:20px}.titleIcon{width:3px;height:18px;display:inline-block;background-color:#3297ff;vertical-align:middle}.theme1 .el-menu-item,.theme1 .sidebar-el-menu:not(.el-menu--collapse),.theme1 .sidebar>ul{background:#012d4b!important}.theme1 .el-menu-item{color:#fff!important}.theme1 .el-menu-item,.theme1 .el-submenu__title{background:#012d4b!important}.theme1 .header{background-color:#001d30!important}.theme1 .el-dropdown-link,.theme1 .header{color:#fff!important}.theme1 .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #7fffd4!important;color:#7fffd4!important}.theme1 .el-menu--horizontal>.el-menu-item,.theme1 .el-menu--horizontal>.el-menu-item:hover{background:transparent!important;color:#fff!important}.theme1 .el-icon-bell,.theme1 .el-icon-caret-bottom{color:#fff}
*{margin:0;padding:0}#app,body,html{width:100%;height:100%;background:#f0f0f0}body{font-family:PingFang SC,Helvetica Neue,Helvetica,microsoft yahei,arial,STHeiTi,sans-serif}a{text-decoration:none}.header{background-color:#fff}.login-wrap{background:#324157}.plugins-tips{background:#eef1f6;padding:20px 10px;margin-bottom:20px}.el-upload--text em,.plugins-tips a{color:#20a0ff}.pure-button{background:#20a0ff}.tags-li.active{border:1px solid #409eff;background-color:#409eff}.message-title{color:#20a0ff}.collapse-btn:hover{background:none}.error-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;background:#f3f3f3;-webkit-box-sizing:border-box;box-sizing:border-box}.error-code{line-height:1;font-size:250px;font-weight:bolder;color:#f02d2d}.error-code span{color:#00a854}.error-desc{font-size:30px;color:#777}.error-handle{margin-top:30px;padding-bottom:200px}.error-btn{margin-left:100px}.content-box{position:absolute;left:250px;right:0;top:70px;bottom:0;overflow-y:scroll;padding:10px 20px;-webkit-transition:left .3s ease-in-out;transition:left .3s ease-in-out;background:#f0f0f0}.content{width:auto;height:100%;padding:10px;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box}.content-collapse{left:65px}.container{min-height:100%;padding:20px;background:#fff;border:1px solid #ddd;border-radius:5px}.crumbs{margin:10px 0}.el-table th{background-color:#f5f7fa!important}.pagination{margin:20px 0;text-align:right}.el-button+.el-tooltip{margin-left:10px}.el-table tr:hover{background:#f6faff}.mgb20{margin-bottom:20px}.move-enter-active,.move-leave-active{-webkit-transition:opacity .5s;transition:opacity .5s}.move-enter,.move-leave{opacity:0}.table-container{margin-top:20px}.pagination-area{width:100%;text-align:right;margin:20px 0 10px 0}.test-div{margin:15px}.title{width:95%;font-size:25px;text-align:left;border-bottom:1px solid #000;margin-bottom:20px;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif}.chartTitle,.el-form-item__label{font-size:15px}.chartTitle{font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;font-weight:400;padding-left:15px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:15px}.typeContent>p{margin-bottom:20px}.titleIcon{width:3px;height:18px;display:inline-block;background-color:#3297ff;vertical-align:middle}.theme1 .el-menu-item,.theme1 .sidebar-el-menu:not(.el-menu--collapse),.theme1 .sidebar>ul{background:#012d4b!important}.theme1 .el-menu-item{color:#fff!important}.theme1 .el-menu-item,.theme1 .el-submenu__title{background:#012d4b!important}.theme1 .header{background-color:#001d30!important}.theme1 .el-dropdown-link,.theme1 .header{color:#fff!important}.theme1 .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #7fffd4!important;color:#7fffd4!important}.theme1 .el-menu--horizontal>.el-menu-item,.theme1 .el-menu--horizontal>.el-menu-item:hover{background:transparent!important;color:#fff!important}.theme1 .el-icon-bell,.theme1 .el-icon-caret-bottom{color:#fff}

View File

@ -0,0 +1 @@
.title[data-v-a706daa8]{width:95%;font-size:25px;text-align:left;border-bottom:1px solid #000;margin-bottom:20px}.test-div i[data-v-a706daa8]{font-size:25px}[data-v-a706daa8] .el-select{width:130px}

View File

@ -0,0 +1 @@
.time{font-size:13px;color:#999}.bot{padding:14px}.bottom{margin-top:13px;line-height:12px;display:inline-block;margin-left:15px}.button{padding:0;float:right}.image{width:100%;display:block}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}.middle{width:100%;height:284px}.el-col-6{width:25%;padding-left:20px;padding-top:20px}.type{left:0}.del,.type{position:absolute;top:0}.del{right:0;width:25px;height:25px;z-index:9999}.card{position:relative;cursor:pointer}.name{position:absolute;left:7px;top:0;z-index:99}.el_dialog{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.5);margin:0;padding:0}.el_dialog,.el_dialog__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el_dialog__content{width:v-bind(width1);height:400px;background-color:#fff}#dialog .el-dialog__header{border-bottom:1px solid #eee}#dialog .el-dialog__title{font-weight:700;color:#000}.btn{position:absolute;right:10%;bottom:18%}

View File

@ -1 +0,0 @@
.title[data-v-4415e7e6]{width:95%;font-size:25px;text-align:left;border-bottom:1px solid #000;margin-bottom:20px}.test-div i[data-v-4415e7e6]{font-size:25px}[data-v-4415e7e6] .el-select{width:130px}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
.el-menu-item.is-active[data-v-453319cf]{color:#fff!important;background:#3989fa!important}.el-menu-item[data-v-453319cf],.el-submenu__title[data-v-453319cf]{height:50px!important;line-height:50px!important}[data-v-76d7e6a9] .el-menu{background:transparent;border:none}.logo[data-v-76d7e6a9]{float:left;margin-left:60px;margin-top:17.5px;height:29px;width:160px;vertical-align:middle}.sidebar[data-v-76d7e6a9]{display:block;position:absolute;left:0;top:70px;bottom:0;overflow-y:scroll}.sidebar[data-v-76d7e6a9]::-webkit-scrollbar{width:0}.sidebar-el-menu[data-v-76d7e6a9]{width:250px}.sidebar>ul[data-v-76d7e6a9]{height:100%}.el-menu-item[data-v-76d7e6a9]{font-size:14px!important}.el-menu-item.is-active[data-v-76d7e6a9]{color:#fff!important;background:#3989fa!important}.el-menu-item[data-v-76d7e6a9],.el-submenu__title[data-v-76d7e6a9]{height:50px!important;line-height:50px!important}.navMenu[data-v-76d7e6a9]{max-height:850px}.el-menu[data-v-76d7e6a9]{background-size:100%}.el-submenu__title[data-v-76d7e6a9]:hover{background-color:#3989fa!important}.aside{overflow-y:scroll;overflow-x:hidden;background:url(../../static/img/leftBg.3a3010cf.png);max-height:100%;background-size:100% 100%}.aside::-webkit-scrollbar{display:none}.el-submenu__title:hover{background-color:#3989fa!important}.el-menu-item:focus,.el-menu-item:hover{outline:0;background-color:#3989fa!important}.wrapper[data-v-5d48844f]{width:100%;height:100%;background:#f0f0f0}.logo[data-v-5d48844f]{margin-left:10px;margin-top:10px;width:80%}.header[data-v-5d48844f]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:45px;right:0;font-size:22px;top:5px}.header .logo[data-v-5d48844f]{float:left;margin-left:60px;margin-top:17.5px;height:29px;width:160px;vertical-align:middle;position:relative}.header-right[data-v-5d48844f]{float:right;padding-right:50px}.header-user-con[data-v-5d48844f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:45px}.user-avator[data-v-5d48844f]{margin-left:20px}.user-avator img[data-v-5d48844f]{display:block;width:30px;height:30px;border-radius:50%}.user-name[data-v-5d48844f]{margin-left:10px}.el-dropdown-link[data-v-5d48844f]{cursor:pointer}.el-dropdown-menu__item[data-v-5d48844f]{text-align:center}.el-menu.el-menu--horizontal[data-v-5d48844f]{border-bottom:none!important;float:left;margin-left:50px;background:transparent}.el-menu--horizontal>.el-menu-item.is-active[data-v-5d48844f]{font-weight:700}.el-menu--horizontal>.el-menu-item[data-v-5d48844f]{font-size:16px;margin:0 15px}
.el-menu-item.is-active[data-v-453319cf]{color:#fff!important;background:#3989fa!important}.el-menu-item[data-v-453319cf],.el-submenu__title[data-v-453319cf]{height:50px!important;line-height:50px!important}[data-v-76d7e6a9] .el-menu{background:transparent;border:none}.logo[data-v-76d7e6a9]{float:left;margin-left:60px;margin-top:17.5px;height:29px;width:160px;vertical-align:middle}.sidebar[data-v-76d7e6a9]{display:block;position:absolute;left:0;top:70px;bottom:0;overflow-y:scroll}.sidebar[data-v-76d7e6a9]::-webkit-scrollbar{width:0}.sidebar-el-menu[data-v-76d7e6a9]{width:250px}.sidebar>ul[data-v-76d7e6a9]{height:100%}.el-menu-item[data-v-76d7e6a9]{font-size:14px!important}.el-menu-item.is-active[data-v-76d7e6a9]{color:#fff!important;background:#3989fa!important}.el-menu-item[data-v-76d7e6a9],.el-submenu__title[data-v-76d7e6a9]{height:50px!important;line-height:50px!important}.navMenu[data-v-76d7e6a9]{max-height:850px}.el-menu[data-v-76d7e6a9]{background-size:100%}.el-submenu__title[data-v-76d7e6a9]:hover{background-color:#3989fa!important}.aside{overflow-y:scroll;overflow-x:hidden;background:url(../../static/img/leftBg.3a3010cf.png);max-height:100%;background-size:100% 100%}.aside::-webkit-scrollbar{display:none}.el-submenu__title:hover{background-color:#3989fa!important}.el-menu-item:focus,.el-menu-item:hover{outline:0;background-color:#3989fa!important}.wrapper[data-v-c963eed8]{width:100%;height:100%;background:#f0f0f0}.logo[data-v-c963eed8]{margin-left:10px;margin-top:10px;width:80%}.header[data-v-c963eed8]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:70px;right:0;font-size:22px;top:5px}.header .logo[data-v-c963eed8]{float:left;margin-left:60px;margin-top:17.5px;height:29px;width:160px;vertical-align:middle;position:relative}.header-right[data-v-c963eed8]{float:right;padding-right:50px}.header-user-con[data-v-c963eed8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:70px}.user-avator[data-v-c963eed8]{margin-left:20px}.user-avator img[data-v-c963eed8]{display:block;width:40px;height:40px;border-radius:50%}.user-name[data-v-c963eed8]{margin-left:10px}.el-dropdown-link[data-v-c963eed8]{cursor:pointer}.el-dropdown-menu__item[data-v-c963eed8]{text-align:center}.el-menu.el-menu--horizontal[data-v-c963eed8]{border-bottom:none!important;float:left;margin-left:50px;background:transparent}.el-menu--horizontal>.el-menu-item.is-active[data-v-c963eed8]{font-weight:700}.el-menu--horizontal>.el-menu-item[data-v-c963eed8]{font-size:16px;margin:0 15px}

View File

@ -1 +0,0 @@
.time{font-size:13px;color:#999}.bot{padding:14px}.bottom{margin-top:13px;line-height:12px;margin-left:15px}.bottom,.st{display:inline-block}.st{position:absolute;right:4%}.st span{color:#999}.button{padding:0;float:right}.image{width:100%;display:block}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}.middle{width:100%;height:284px}.el-col-6{width:25%;padding-left:20px;padding-top:20px}.type{left:0;z-index:98}.del,.type{position:absolute;top:0}.del{right:0;width:25px;height:25px;z-index:9999}.card{position:relative;cursor:pointer}.name{left:7px;z-index:99}.name,.status{position:absolute;top:0}.status{left:30px;z-index:97}.statusName{position:absolute;left:13px;top:6px;z-index:99;color:#eee}.el_dialog{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.5);margin:0;padding:0}.el_dialog,.el_dialog__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el_dialog__content{width:v-bind(width1);height:400px;background-color:#fff}#dialog .el-dialog__header{border-bottom:1px solid #eee}#dialog .el-dialog__title{font-weight:700;color:#000}.btn{position:absolute;right:10%;bottom:18%}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,2 +1,2 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-450b0085"],{2589:function(t,e,n){},"2f1e":function(t,e,n){},"59b5":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAAXNSR0IArs4c6QAAAYRJREFUOE+N0zuoz3EYx/HXJ7ckJBkUUZQBk4GyKcegSInR5pKFwiy5FUqRMmFjsDG4xWIwkgyic8riMrhFrj366n90+vc75+8zfr/P8+7z/TzPNzpUVQtxFBsxB89xEeeS/O7qSf9hVS3FQ9zBWbzBahzDE2xLUv19XaBbGEmya2xxVc3DY+xPcm1CUFXNwnssSTLS4fYIliXZPgi0AK8wPcm3DtBebE4yNAg0qZfJjiQ3O0DXMZzkwP9kdAi7sT7Jy9GGqtqJM1jZ9eyusNvZ5TYd3MBrrGkAbEpye+D4e/tzogcZxlN8wfzeCnzGSVzo36d/jqpqA67iAQ4naaP+p6qaiq043nLCliQfRgv+gqpqLe7iYJLzXdbHZDUbLfRpWJfkZ7tLVU3HM1xK0vZkoKpqBh7hVJIro6A92IflSX6NR6mq5n4VJvdqZuI7fuBTc3QfN5OcHvCkRbiHtmv9+tBAHzGUpFmdUFU1F1M6ir420DusSNJ++biqqsV4MY6jt38APgeY9YU4omYAAAAASUVORK5CYII="},"64c5":function(t,e,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"navMenu"},[n("el-menu",{staticClass:"el-menu-vertical-demo",attrs:{router:"","default-active":t.defaultActive,"text-color":"#fff","active-text-color":"#ffd04b"}},[n("menu-tree",{attrs:{menuNavList:t.navMenus}})],1)],1)},a=[],s=(n("28a5"),function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[t._l(this.menuNavList,(function(e){return[e.children?t._e():n("el-menu-item",{attrs:{index:e.path,route:e.path}},[n("i",{class:e.icon}),n("span",{attrs:{slot:"title"},slot:"title"},[t._v(t._s(e.title))])]),e.children?n("el-submenu",{key:e.path,attrs:{index:e.path}},[n("template",{slot:"title"},[n("i",{class:e.icon}),n("span",[t._v(" "+t._s(e.title))])]),n("menu-tree",{attrs:{menuNavList:e.children}})],2):t._e()]}))],2)}),l=[],c={props:["menuNavList"],name:"MenuTree"},r=c,o=(n("cbab"),n("2877")),u=Object(o["a"])(r,s,l,!1,null,"453319cf",null),p=u.exports,h={name:"NavMenu",components:{MenuTree:p},props:["navMenus"],data:function(){return{defaultActive:this.$route.path}},computed:{toIndex:function(){return this.$route.path.split("/")[2]}},mounted:function(){console.log(this.$route.path,",,,path"),"/test1/index"==this.$route.path&&(this.defaultActive="/test1/AnalysisMain")},methods:{handleSelect:function(t,e){console.log("1212"),console.log(t,e)}}},f=h,d=(n("d548"),Object(o["a"])(f,i,a,!1,null,"76d7e6a9",null));e["a"]=d.exports},"971d":function(t,e,n){},c4e7:function(t,e,n){"use strict";var i=n("2f1e"),a=n.n(i);a.a},cbab:function(t,e,n){"use strict";var i=n("2589"),a=n.n(i);a.a},d548:function(t,e,n){"use strict";var i=n("971d"),a=n.n(i);a.a},fbdf:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("el-main",[n("router-view")],1)],1)},a=[],s=n("64c5"),l={components:{SideMenu:s["a"]},data:function(){return{leftMenus:[{title:"分析",path:"AnalysisMain",icon:"el-icon-user-solid"},{title:"控制中心",path:"ControlCenter",children:[{title:"通用",path:"test1-2",children:[{title:"关于本机",path:"AboutMachine"},{title:"网络",path:"network"},{title:"VPN",path:"VPN"},{title:"自定义操作",path:"CustomOperations"},{title:"健康检测",path:"HealthCheck"}]},{title:"运行状态",path:"StateOperation"},{title:"接口",path:"interface"},{title:"IP设置",path:"IPSetting"}]},{title:"系统设置",path:"SystemSettings",icon:n("59b5"),children:[{title:"全局设置",path:"globalSettings"},{title:"关于本机——导出设置",path:"ExportingSettings"},{title:"关于本机——导入设置",path:"ImportSettings"},{title:"接口与服务器证书",path:"InterfaceServerCertificates"},{title:"UDP服务设置",path:"UDPServiceSettings"}]},{title:"用户管理",path:"UserManagement",children:[{title:"我的账号",path:"myId"},{title:"账号管理",path:"IdManagement"}]},{title:"通知/日志",path:"logs"}]}}},c=l,r=(n("c4e7"),n("2877")),o=Object(r["a"])(c,i,a,!1,null,null,null);e["default"]=o.exports}}]);
//# sourceMappingURL=chunk-450b0085.82339920.js.map
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0291c0c3"],{2589:function(t,e,n){},"2f1e":function(t,e,n){},"59b5":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAAAXNSR0IArs4c6QAAAYRJREFUOE+N0zuoz3EYx/HXJ7ckJBkUUZQBk4GyKcegSInR5pKFwiy5FUqRMmFjsDG4xWIwkgyic8riMrhFrj366n90+vc75+8zfr/P8+7z/TzPNzpUVQtxFBsxB89xEeeS/O7qSf9hVS3FQ9zBWbzBahzDE2xLUv19XaBbGEmya2xxVc3DY+xPcm1CUFXNwnssSTLS4fYIliXZPgi0AK8wPcm3DtBebE4yNAg0qZfJjiQ3O0DXMZzkwP9kdAi7sT7Jy9GGqtqJM1jZ9eyusNvZ5TYd3MBrrGkAbEpye+D4e/tzogcZxlN8wfzeCnzGSVzo36d/jqpqA67iAQ4naaP+p6qaiq043nLCliQfRgv+gqpqLe7iYJLzXdbHZDUbLfRpWJfkZ7tLVU3HM1xK0vZkoKpqBh7hVJIro6A92IflSX6NR6mq5n4VJvdqZuI7fuBTc3QfN5OcHvCkRbiHtmv9+tBAHzGUpFmdUFU1F1M6ir420DusSNJ++biqqsV4MY6jt38APgeY9YU4omYAAAAASUVORK5CYII="},"64c5":function(t,e,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"navMenu"},[n("el-menu",{staticClass:"el-menu-vertical-demo",attrs:{router:"","default-active":t.defaultActive,"text-color":"#fff","active-text-color":"#ffd04b"}},[n("menu-tree",{attrs:{menuNavList:t.navMenus}})],1)],1)},a=[],s=(n("28a5"),function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[t._l(this.menuNavList,(function(e){return[e.children?t._e():n("el-menu-item",{attrs:{index:e.path,route:e.path}},[n("i",{class:e.icon}),n("span",{attrs:{slot:"title"},slot:"title"},[t._v(t._s(e.title))])]),e.children?n("el-submenu",{key:e.path,attrs:{index:e.path}},[n("template",{slot:"title"},[n("i",{class:e.icon}),n("span",[t._v(" "+t._s(e.title))])]),n("menu-tree",{attrs:{menuNavList:e.children}})],2):t._e()]}))],2)}),l=[],c={props:["menuNavList"],name:"MenuTree"},r=c,o=(n("cbab"),n("2877")),u=Object(o["a"])(r,s,l,!1,null,"453319cf",null),p=u.exports,h={name:"NavMenu",components:{MenuTree:p},props:["navMenus"],data:function(){return{defaultActive:this.$route.path}},computed:{toIndex:function(){return this.$route.path.split("/")[2]}},mounted:function(){console.log(this.$route.path,",,,path"),"/test1/index"==this.$route.path&&(this.defaultActive="/test1/AnalysisMain")},methods:{handleSelect:function(t,e){console.log("1212"),console.log(t,e)}}},f=h,d=(n("d548"),Object(o["a"])(f,i,a,!1,null,"76d7e6a9",null));e["a"]=d.exports},"971d":function(t,e,n){},c4e7:function(t,e,n){"use strict";var i=n("2f1e"),a=n.n(i);a.a},cbab:function(t,e,n){"use strict";var i=n("2589"),a=n.n(i);a.a},d548:function(t,e,n){"use strict";var i=n("971d"),a=n.n(i);a.a},fbdf:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("el-main",[n("router-view")],1)],1)},a=[],s=n("64c5"),l={components:{SideMenu:s["a"]},data:function(){return{leftMenus:[{title:"分析",path:"AnalysisMain",icon:"el-icon-user-solid"},{title:"控制中心",path:"ControlCenter",children:[{title:"通用",path:"test1-2",children:[{title:"关于本机",path:"AboutMachine"},{title:"网络",path:"network"},{title:"VPN",path:"VPN"},{title:"自定义操作",path:"CustomOperations"},{title:"健康检测",path:"HealthCheck"}]},{title:"运行状态",path:"StateOperation"},{title:"接口",path:"interface"},{title:"IP设置",path:"IPSetting"}]},{title:"系统设置",path:"SystemSettings",icon:n("59b5"),children:[{title:"全局设置",path:"globalSettings"},{title:"关于本机——导出设置",path:"ExportingSettings"},{title:"关于本机——导入设置",path:"ImportSettings"},{title:"接口与服务器证书",path:"InterfaceServerCertificates"},{title:"UDP服务设置",path:"UDPServiceSettings"}]},{title:"用户管理",path:"UserManagement",children:[{title:"我的账号",path:"myId"},{title:"账号管理",path:"IdManagement"}]},{title:"通知/日志",path:"logs"}]}}},c=l,r=(n("c4e7"),n("2877")),o=Object(r["a"])(c,i,a,!1,null,null,null);e["default"]=o.exports}}]);
//# sourceMappingURL=chunk-0291c0c3.55d3a305.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More