2023013
|
@ -131,6 +131,7 @@
|
|||
}
|
||||
//获取图像
|
||||
function getDestination(string){
|
||||
// console.log("string",string)
|
||||
if(unity!=null){
|
||||
unity.SendMessage('AAA', 'SendImage', string);
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
http://172.16.1.168:5000
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"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": "440.7274 ",
|
||||
"imageYCoordinate": "219.3819"
|
||||
}]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"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"
|
||||
}]
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
{"Keys":["com.unity.services.core.version"],"Values":[{"m_Value":"1.3.1","m_IsReadOnly":true}]}
|
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 175 B |
After Width: | Height: | Size: 96 B |
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 74 B |
After Width: | Height: | Size: 84 B |
|
@ -0,0 +1,16 @@
|
|||
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 }
|
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 2.9 KiB |
|
@ -0,0 +1,160 @@
|
|||
<!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 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>
|
|
@ -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-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>
|
||||
<!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-0e1cbe3a.1b70a1f1.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-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-0e1cbe3a.1517efe5.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.8fc46530.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.faaa2d02.css rel=preload as=style><link href=/static/css/chunk-vendors.7a32ca23.css rel=preload as=style><link href=/static/js/app.80840de6.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.80840de6.js></script></body></html>
|
|
@ -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: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}
|
||||
*{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}
|
|
@ -1 +0,0 @@
|
|||
.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}
|
|
@ -1 +0,0 @@
|
|||
.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%}
|
|
@ -0,0 +1 @@
|
|||
.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}
|
|
@ -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-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}
|
||||
.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}
|
|
@ -0,0 +1 @@
|
|||
.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%}
|
|
@ -1,2 +1,2 @@
|
|||
(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
|
||||
(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
|
2
node_modules/.cache/terser-webpack-plugin/index-v5/0d/d8/c52faeaf09fa60b2d0b3969a50d5eb94951e7cdf80d490ea6b89e616513e
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
1b8d9ace1b347fe7bfdea3e2a5571ba6ca52821d {"key":"{\"terser\":\"4.8.0\",\"node_version\":\"v14.17.1\",\"terser-webpack-plugin\":\"1.4.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":false,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"output\":{\"comments\":new RegExp(\"^\\\\**!|@preserve|@license|@cc_on\", \"i\")},\"compress\":{\"arrows\":false,\"collapse_vars\":false,\"comparisons\":false,\"computed_props\":false,\"hoist_funs\":false,\"hoist_props\":false,\"hoist_vars\":false,\"inline\":false,\"loops\":false,\"negate_iife\":false,\"properties\":false,\"reduce_funcs\":false,\"reduce_vars\":false,\"switches\":false,\"toplevel\":false,\"typeofs\":false,\"booleans\":true,\"if_return\":true,\"sequences\":true,\"unused\":true,\"conditionals\":true,\"dead_code\":true,\"evaluate\":true},\"mangle\":{\"safari10\":true}}},\"hash\":\"b20f693ad90792e28716040ee87c4709\"}","integrity":"sha512-6GUS+uHfNlZsrLF6Mh24WDefAk3dZW1XerUXYdSvrUou2LD1Cbe5/9ABONjtZjb+9bXB+fH2GjfCScyEQ//9FA==","time":1673677358763,"size":29885}
|
2
node_modules/.cache/terser-webpack-plugin/index-v5/0f/a5/0d4e08ca29966484933f359ace730d5fae75988618b21937daf9ba144523
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
b879f05ae21b9fd0eb31fe9b6fd2677b005d5f56 {"key":"{\"terser\":\"4.8.0\",\"node_version\":\"v14.17.1\",\"terser-webpack-plugin\":\"1.4.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":false,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"output\":{\"comments\":new RegExp(\"^\\\\**!|@preserve|@license|@cc_on\", \"i\")},\"compress\":{\"arrows\":false,\"collapse_vars\":false,\"comparisons\":false,\"computed_props\":false,\"hoist_funs\":false,\"hoist_props\":false,\"hoist_vars\":false,\"inline\":false,\"loops\":false,\"negate_iife\":false,\"properties\":false,\"reduce_funcs\":false,\"reduce_vars\":false,\"switches\":false,\"toplevel\":false,\"typeofs\":false,\"booleans\":true,\"if_return\":true,\"sequences\":true,\"unused\":true,\"conditionals\":true,\"dead_code\":true,\"evaluate\":true},\"mangle\":{\"safari10\":true}}},\"hash\":\"0ff94fe2978b1933c5fb05135e60a772\"}","integrity":"sha512-nQ5a5gHdD23AgodfG+729h1+LcH1KUm2MLmPAosc3IUbzTQSUu0pPSggLygJ/7F7rSJo8fTnxFULQlNRwwvCLg==","time":1673604190349,"size":34765}
|
2
node_modules/.cache/terser-webpack-plugin/index-v5/25/eb/544c52f847dc7643909cddb21c0b88f968e94adf296bccf628ad15243c50
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
1e400f0e9b70e79373c8720d522bc715105f41f5 {"key":"{\"terser\":\"4.8.0\",\"node_version\":\"v14.17.1\",\"terser-webpack-plugin\":\"1.4.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":false,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"output\":{\"comments\":new RegExp(\"^\\\\**!|@preserve|@license|@cc_on\", \"i\")},\"compress\":{\"arrows\":false,\"collapse_vars\":false,\"comparisons\":false,\"computed_props\":false,\"hoist_funs\":false,\"hoist_props\":false,\"hoist_vars\":false,\"inline\":false,\"loops\":false,\"negate_iife\":false,\"properties\":false,\"reduce_funcs\":false,\"reduce_vars\":false,\"switches\":false,\"toplevel\":false,\"typeofs\":false,\"booleans\":true,\"if_return\":true,\"sequences\":true,\"unused\":true,\"conditionals\":true,\"dead_code\":true,\"evaluate\":true},\"mangle\":{\"safari10\":true}}},\"hash\":\"46604cd459fb4f0d5f35e7a5bb2e8ed7\"}","integrity":"sha512-ZckOpUFRB00DVLmUkPNOwtz8FVNOWxievUbnUmID6eorlpCNrOnUjkoJWrJ77wt2wYkZVuK60qKYmRbYPXlFYQ==","time":1673604190349,"size":29885}
|
2
node_modules/.cache/terser-webpack-plugin/index-v5/28/21/5e1dd0a6c245618a007c56d02239c433b6b6f8830bc90d98117523a68a85
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
3fa554bf0925bc8e9f00ff737b9e3e84af594314 {"key":"{\"terser\":\"4.8.0\",\"node_version\":\"v14.17.1\",\"terser-webpack-plugin\":\"1.4.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":false,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"output\":{\"comments\":new RegExp(\"^\\\\**!|@preserve|@license|@cc_on\", \"i\")},\"compress\":{\"arrows\":false,\"collapse_vars\":false,\"comparisons\":false,\"computed_props\":false,\"hoist_funs\":false,\"hoist_props\":false,\"hoist_vars\":false,\"inline\":false,\"loops\":false,\"negate_iife\":false,\"properties\":false,\"reduce_funcs\":false,\"reduce_vars\":false,\"switches\":false,\"toplevel\":false,\"typeofs\":false,\"booleans\":true,\"if_return\":true,\"sequences\":true,\"unused\":true,\"conditionals\":true,\"dead_code\":true,\"evaluate\":true},\"mangle\":{\"safari10\":true}}},\"hash\":\"cd3b2335d53acfdc5f58b66ff5af694e\"}","integrity":"sha512-WTV2nNvemQlL6VPt2u5WAMiP/ckQ/O9aiwSOl0V0pBFn1QDkQN4039AzsqG0wV3MsfWejWv5/h2AX4THdPEz5g==","time":1673677358743,"size":37889}
|
2
node_modules/.cache/terser-webpack-plugin/index-v5/35/30/d8ef46a61223603f57e1ed21373af188bdd35daf90685815393fbe5b14ad
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
10c76707e58a28cf6d9f509c5a356b065ab282fa {"key":"{\"terser\":\"4.8.0\",\"node_version\":\"v14.17.1\",\"terser-webpack-plugin\":\"1.4.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":false,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"output\":{\"comments\":new RegExp(\"^\\\\**!|@preserve|@license|@cc_on\", \"i\")},\"compress\":{\"arrows\":false,\"collapse_vars\":false,\"comparisons\":false,\"computed_props\":false,\"hoist_funs\":false,\"hoist_props\":false,\"hoist_vars\":false,\"inline\":false,\"loops\":false,\"negate_iife\":false,\"properties\":false,\"reduce_funcs\":false,\"reduce_vars\":false,\"switches\":false,\"toplevel\":false,\"typeofs\":false,\"booleans\":true,\"if_return\":true,\"sequences\":true,\"unused\":true,\"conditionals\":true,\"dead_code\":true,\"evaluate\":true},\"mangle\":{\"safari10\":true}}},\"hash\":\"5b3cf1c4002a9a096db46f89d49f5ef8\"}","integrity":"sha512-AsqqMLmNlEOtpEABQ4RUwS5unovFckcxecLnsFcgNEuiDAlsYQtDj9HFG2Um+HVl1uiCClr55XPXoH+ryPZYsA==","time":1673677358666,"size":16591}
|
2
node_modules/.cache/terser-webpack-plugin/index-v5/35/80/7ec7c374af650037d59ff5a3d58f4baa0e9009edefbdfe94d3cfc400573b
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
6a2dfa4f24d4cc46a3effe425440a0125e5712ea {"key":"{\"terser\":\"4.8.0\",\"node_version\":\"v14.17.1\",\"terser-webpack-plugin\":\"1.4.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":false,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"output\":{\"comments\":new RegExp(\"^\\\\**!|@preserve|@license|@cc_on\", \"i\")},\"compress\":{\"arrows\":false,\"collapse_vars\":false,\"comparisons\":false,\"computed_props\":false,\"hoist_funs\":false,\"hoist_props\":false,\"hoist_vars\":false,\"inline\":false,\"loops\":false,\"negate_iife\":false,\"properties\":false,\"reduce_funcs\":false,\"reduce_vars\":false,\"switches\":false,\"toplevel\":false,\"typeofs\":false,\"booleans\":true,\"if_return\":true,\"sequences\":true,\"unused\":true,\"conditionals\":true,\"dead_code\":true,\"evaluate\":true},\"mangle\":{\"safari10\":true}}},\"hash\":\"f4a4f4eeec8785e33526357da487de7a\"}","integrity":"sha512-8R7azSSwySyaaH4GcFX9/tEMSQaqFHdbX+Hbo/nL4OWCN9c6w1hq9d1Zk9oG95GkGtzmrWP12KnpCQ8sH6qtLA==","time":1673658981639,"size":34583}
|
2
node_modules/.cache/terser-webpack-plugin/index-v5/3c/a3/81b52d3b6cf50adc22107881b2e7b8b1bbbfe1d41ba73c139333ef621d06
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
ff344408087bbc1de28eb765913b690b24549427 {"key":"{\"terser\":\"4.8.0\",\"node_version\":\"v14.17.1\",\"terser-webpack-plugin\":\"1.4.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":false,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"output\":{\"comments\":new RegExp(\"^\\\\**!|@preserve|@license|@cc_on\", \"i\")},\"compress\":{\"arrows\":false,\"collapse_vars\":false,\"comparisons\":false,\"computed_props\":false,\"hoist_funs\":false,\"hoist_props\":false,\"hoist_vars\":false,\"inline\":false,\"loops\":false,\"negate_iife\":false,\"properties\":false,\"reduce_funcs\":false,\"reduce_vars\":false,\"switches\":false,\"toplevel\":false,\"typeofs\":false,\"booleans\":true,\"if_return\":true,\"sequences\":true,\"unused\":true,\"conditionals\":true,\"dead_code\":true,\"evaluate\":true},\"mangle\":{\"safari10\":true}}},\"hash\":\"d7c300dfa5207ebc9a46e976aec762ff\"}","integrity":"sha512-K97zvlKbGVSxcCTYVnh4sspGnhQ1R2N0CmFe4aCif9aLah8C6VIrHApvVbP3jpFdea9v9t2mT6XU6EZhkiKr0A==","time":1673677359206,"size":227489}
|
2
node_modules/.cache/terser-webpack-plugin/index-v5/48/42/a205f04e199c24101f85dfdc087e6cd907b02e6a80ba8ada6ed8c5d28a65
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
cd32c3e1ca419b83f58981ee72a725018f4133be {"key":"{\"terser\":\"4.8.0\",\"node_version\":\"v14.17.1\",\"terser-webpack-plugin\":\"1.4.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":false,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"output\":{\"comments\":new RegExp(\"^\\\\**!|@preserve|@license|@cc_on\", \"i\")},\"compress\":{\"arrows\":false,\"collapse_vars\":false,\"comparisons\":false,\"computed_props\":false,\"hoist_funs\":false,\"hoist_props\":false,\"hoist_vars\":false,\"inline\":false,\"loops\":false,\"negate_iife\":false,\"properties\":false,\"reduce_funcs\":false,\"reduce_vars\":false,\"switches\":false,\"toplevel\":false,\"typeofs\":false,\"booleans\":true,\"if_return\":true,\"sequences\":true,\"unused\":true,\"conditionals\":true,\"dead_code\":true,\"evaluate\":true},\"mangle\":{\"safari10\":true}}},\"hash\":\"6366a44d8581ce969e3269d83f8b94be\"}","integrity":"sha512-H62+6Ai8vMEpLsyN2NBwWy3dh57D4OZ6G43O7uB39vBcfxqYYJfkT1v2E/ajMWN5z1+rldJPHsuSDbhVBgf/OQ==","time":1673658982115,"size":227042}
|
2
node_modules/.cache/terser-webpack-plugin/index-v5/6d/19/cc2815794d6ad2707f057458b992b57b3f989ffd9798c7b0d3ee2ba778ba
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
41dbdda9c4699057791bc40b96fbe8f40b88d71e {"key":"{\"terser\":\"4.8.0\",\"node_version\":\"v14.17.1\",\"terser-webpack-plugin\":\"1.4.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":false,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"output\":{\"comments\":new RegExp(\"^\\\\**!|@preserve|@license|@cc_on\", \"i\")},\"compress\":{\"arrows\":false,\"collapse_vars\":false,\"comparisons\":false,\"computed_props\":false,\"hoist_funs\":false,\"hoist_props\":false,\"hoist_vars\":false,\"inline\":false,\"loops\":false,\"negate_iife\":false,\"properties\":false,\"reduce_funcs\":false,\"reduce_vars\":false,\"switches\":false,\"toplevel\":false,\"typeofs\":false,\"booleans\":true,\"if_return\":true,\"sequences\":true,\"unused\":true,\"conditionals\":true,\"dead_code\":true,\"evaluate\":true},\"mangle\":{\"safari10\":true}}},\"hash\":\"74d94fae1a25d991b2ef16c6ab2be08b\"}","integrity":"sha512-+A68WKnPMZil7qQ95BllmpiAvI9mDK2m+5zijt44DzkUe2PGPiXbsA1OppfcHZ38OueBciGEcAZ1/ZgycHvoag==","time":1673604192119,"size":732719}
|
2
node_modules/.cache/terser-webpack-plugin/index-v5/73/28/24b45a0b8d16f88713981be9c3836d9400d524920275b94547c6c074af96
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
faef043e5cf3f419b50b6202bbfcfb24c3681d9a {"key":"{\"terser\":\"4.8.0\",\"node_version\":\"v14.17.1\",\"terser-webpack-plugin\":\"1.4.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":false,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"output\":{\"comments\":new RegExp(\"^\\\\**!|@preserve|@license|@cc_on\", \"i\")},\"compress\":{\"arrows\":false,\"collapse_vars\":false,\"comparisons\":false,\"computed_props\":false,\"hoist_funs\":false,\"hoist_props\":false,\"hoist_vars\":false,\"inline\":false,\"loops\":false,\"negate_iife\":false,\"properties\":false,\"reduce_funcs\":false,\"reduce_vars\":false,\"switches\":false,\"toplevel\":false,\"typeofs\":false,\"booleans\":true,\"if_return\":true,\"sequences\":true,\"unused\":true,\"conditionals\":true,\"dead_code\":true,\"evaluate\":true},\"mangle\":{\"safari10\":true}}},\"hash\":\"50030c209a8c5eab768fe01bc092565c\"}","integrity":"sha512-GsLoiQJoT/E74G7/xA6W6YILPnU/Lr8oNunAYNmuPur31tr/3bFe0NRd9kaYs5irfsDPivxCElN8MZXj8376bg==","time":1673604190350,"size":33381}
|
2
node_modules/.cache/terser-webpack-plugin/index-v5/83/3c/382667c30e4d302fa51b0d07d1a1a58c1dbc06a58a9d35b2f99bf70a51f6
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
bb7900ad7e995a6d5feb9aa4c58930d6b5f6a6ca {"key":"{\"terser\":\"4.8.0\",\"node_version\":\"v14.17.1\",\"terser-webpack-plugin\":\"1.4.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":false,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"output\":{\"comments\":new RegExp(\"^\\\\**!|@preserve|@license|@cc_on\", \"i\")},\"compress\":{\"arrows\":false,\"collapse_vars\":false,\"comparisons\":false,\"computed_props\":false,\"hoist_funs\":false,\"hoist_props\":false,\"hoist_vars\":false,\"inline\":false,\"loops\":false,\"negate_iife\":false,\"properties\":false,\"reduce_funcs\":false,\"reduce_vars\":false,\"switches\":false,\"toplevel\":false,\"typeofs\":false,\"booleans\":true,\"if_return\":true,\"sequences\":true,\"unused\":true,\"conditionals\":true,\"dead_code\":true,\"evaluate\":true},\"mangle\":{\"safari10\":true}}},\"hash\":\"1d68a2d1c5eeb52f64417106b153a268\"}","integrity":"sha512-bLgij3LOKlHPfKYxqfR0+FgDc7vSE4XzFVg9NFJzdjtFe51SP6u9TQ7vwoGzx/uIbJi0Sxk1puoOjqyjlB31Bw==","time":1673604190804,"size":227144}
|
2
node_modules/.cache/terser-webpack-plugin/index-v5/b8/d5/73d32165217c0ccdd4194f6eac0c94283d654b96b7b08e4772af8c756fb1
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
20eebffd0221662bde81265e7240ae17abaa922d {"key":"{\"terser\":\"4.8.0\",\"node_version\":\"v14.17.1\",\"terser-webpack-plugin\":\"1.4.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":false,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"output\":{\"comments\":new RegExp(\"^\\\\**!|@preserve|@license|@cc_on\", \"i\")},\"compress\":{\"arrows\":false,\"collapse_vars\":false,\"comparisons\":false,\"computed_props\":false,\"hoist_funs\":false,\"hoist_props\":false,\"hoist_vars\":false,\"inline\":false,\"loops\":false,\"negate_iife\":false,\"properties\":false,\"reduce_funcs\":false,\"reduce_vars\":false,\"switches\":false,\"toplevel\":false,\"typeofs\":false,\"booleans\":true,\"if_return\":true,\"sequences\":true,\"unused\":true,\"conditionals\":true,\"dead_code\":true,\"evaluate\":true},\"mangle\":{\"safari10\":true}}},\"hash\":\"196f4646a198bf2b00020c1194559095\"}","integrity":"sha512-GyqNXm9537BnwM4iQGzMJMzMHPeiRKJBhQi6Up7aG0O+znLFO+/p3WEN2xsTaEdMWnfBLBLpGuaMMiDUHyIzXg==","time":1673658981693,"size":29885}
|
1
node_modules/.cache/vue-loader/040496a454ebf395ae5cb4726cc097ef.json
generated
vendored
Normal file
|
@ -1 +1 @@
|
|||
{"remainingRequest":"D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\视频边缘1215\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\视频边缘1215\\TransFlow\\src\\components\\common\\Whole.vue?vue&type=template&id=39ed39fa&scoped=true&","dependencies":[{"path":"D:\\视频边缘1215\\TransFlow\\src\\components\\common\\Whole.vue","mtime":1673506867250},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1671074740928},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1671074747916},{"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":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"wrapper\" },\n [\n _c(\n \"el-aside\",\n {\n staticClass: \"aside\",\n staticStyle: { width: \"13%\", position: \"absolute\", height: \"100%\" }\n },\n [\n _c(\"div\", { staticClass: \"logo\" }, [\n _c(\"img\", {\n attrs: {\n src: require(\"@/assets/img/topTitle.png\"),\n alt: \"\",\n width: \"100%\",\n height: \"100%\"\n }\n })\n ]),\n _c(\"SideMenu\", { attrs: { navMenus: _vm.leftMenus } })\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"header\" }, [\n _c(\"div\", { staticClass: \"header-right\" }, [\n _c(\n \"div\",\n { staticClass: \"header-user-con\" },\n [\n _c(\n \"div\",\n {\n on: {\n click: function($event) {\n return _vm.handleChangeStyle()\n }\n }\n },\n [\n _c(\n \"el-tooltip\",\n { attrs: { content: \"切换主题\", placement: \"bottom\" } },\n [\n _c(\"i\", {\n class: _vm.globalTheme\n ? \"el-icon-moon\"\n : \"el-icon-sunny\"\n })\n ]\n )\n ],\n 1\n ),\n _vm._m(0),\n _c(\n \"el-dropdown\",\n {\n staticClass: \"user-name\",\n attrs: { trigger: \"click\" },\n on: { command: _vm.handleCommand }\n },\n [\n _c(\"span\", { staticClass: \"el-dropdown-link\" }, [\n _vm._v(\" \" + _vm._s(_vm.username) + \" \"),\n _c(\"i\", { staticClass: \"el-icon-caret-bottom\" })\n ]),\n _c(\n \"el-dropdown-menu\",\n { attrs: { slot: \"dropdown\" }, slot: \"dropdown\" },\n [\n _c(\"el-dropdown-item\", { attrs: { disabled: \"\" } }, [\n _vm._v(\"修改密码\")\n ]),\n _c(\n \"el-dropdown-item\",\n { attrs: { command: \"loginout\" } },\n [_vm._v(\"退出登录\")]\n )\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n )\n ])\n ]),\n _c(\"el-main\", [_c(\"router-view\")], 1)\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"user-avator\" }, [\n _c(\"img\", { attrs: { src: require(\"@/assets/img/img.jpg\") } })\n ])\n }\n]\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}
|
||||
{"remainingRequest":"D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!D:\\视频边缘1215\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\视频边缘1215\\TransFlow\\src\\components\\common\\Whole.vue?vue&type=template&id=39ed39fa&scoped=true&","dependencies":[{"path":"D:\\视频边缘1215\\TransFlow\\src\\components\\common\\Whole.vue","mtime":1673675176878},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1671074740928},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1671074747916},{"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":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"wrapper\" },\n [\n _c(\n \"el-aside\",\n {\n staticClass: \"aside\",\n staticStyle: { width: \"13%\", position: \"absolute\", height: \"100%\" }\n },\n [\n _c(\"div\", { staticClass: \"logo\" }, [\n _c(\"img\", {\n attrs: {\n src: require(\"@/assets/img/topTitle.png\"),\n alt: \"\",\n width: \"100%\",\n height: \"100%\"\n }\n })\n ]),\n _c(\"SideMenu\", { attrs: { navMenus: _vm.leftMenus } })\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"header\" }, [\n _c(\"div\", { staticClass: \"header-right\" }, [\n _c(\n \"div\",\n { staticClass: \"header-user-con\" },\n [\n _c(\n \"div\",\n {\n on: {\n click: function($event) {\n return _vm.handleChangeStyle()\n }\n }\n },\n [\n _c(\n \"el-tooltip\",\n { attrs: { content: \"切换主题\", placement: \"bottom\" } },\n [\n _c(\"i\", {\n class: _vm.globalTheme\n ? \"el-icon-moon\"\n : \"el-icon-sunny\"\n })\n ]\n )\n ],\n 1\n ),\n _vm._m(0),\n _c(\n \"el-dropdown\",\n {\n staticClass: \"user-name\",\n attrs: { trigger: \"click\" },\n on: { command: _vm.handleCommand }\n },\n [\n _c(\"span\", { staticClass: \"el-dropdown-link\" }, [\n _vm._v(\" \" + _vm._s(_vm.username) + \" \"),\n _c(\"i\", { staticClass: \"el-icon-caret-bottom\" })\n ]),\n _c(\n \"el-dropdown-menu\",\n { attrs: { slot: \"dropdown\" }, slot: \"dropdown\" },\n [\n _c(\"el-dropdown-item\", { attrs: { disabled: \"\" } }, [\n _vm._v(\"修改密码\")\n ]),\n _c(\n \"el-dropdown-item\",\n { attrs: { command: \"loginout\" } },\n [_vm._v(\"退出登录\")]\n )\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n )\n ])\n ]),\n _c(\"el-main\", [_c(\"router-view\")], 1)\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"user-avator\" }, [\n _c(\"img\", { attrs: { src: require(\"@/assets/img/img.jpg\") } })\n ])\n }\n]\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}
|
|
@ -1 +1 @@
|
|||
{"remainingRequest":"D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\视频边缘1215\\TransFlow\\src\\components\\common\\Whole.vue","dependencies":[{"path":"D:\\视频边缘1215\\TransFlow\\src\\components\\common\\Whole.vue","mtime":1673506867250},{"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":["import { render, staticRenderFns } from \"./Whole.vue?vue&type=template&id=39ed39fa&scoped=true&\"\nimport script from \"./Whole.vue?vue&type=script&lang=js&\"\nexport * from \"./Whole.vue?vue&type=script&lang=js&\"\nimport style0 from \"./Whole.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./Whole.vue?vue&type=style&index=1&id=39ed39fa&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"39ed39fa\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"D:\\\\视频边缘1215\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('39ed39fa')) {\n api.createRecord('39ed39fa', component.options)\n } else {\n api.reload('39ed39fa', component.options)\n }\n module.hot.accept(\"./Whole.vue?vue&type=template&id=39ed39fa&scoped=true&\", function () {\n api.rerender('39ed39fa', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/common/Whole.vue\"\nexport default component.exports"]}
|
||||
{"remainingRequest":"D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\视频边缘1215\\TransFlow\\src\\components\\common\\Whole.vue","dependencies":[{"path":"D:\\视频边缘1215\\TransFlow\\src\\components\\common\\Whole.vue","mtime":1673675176878},{"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":["import { render, staticRenderFns } from \"./Whole.vue?vue&type=template&id=39ed39fa&scoped=true&\"\nimport script from \"./Whole.vue?vue&type=script&lang=js&\"\nexport * from \"./Whole.vue?vue&type=script&lang=js&\"\nimport style0 from \"./Whole.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./Whole.vue?vue&type=style&index=1&id=39ed39fa&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"39ed39fa\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"D:\\\\视频边缘1215\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('39ed39fa')) {\n api.createRecord('39ed39fa', component.options)\n } else {\n api.reload('39ed39fa', component.options)\n }\n module.hot.accept(\"./Whole.vue?vue&type=template&id=39ed39fa&scoped=true&\", function () {\n api.rerender('39ed39fa', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/common/Whole.vue\"\nexport default component.exports"]}
|