|
@@ -0,0 +1,81 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="utf-8" />
|
|
|
+ <meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
|
+ <meta title="description" content="" />
|
|
|
+ <meta name="keywords" content="" />
|
|
|
+ <meta title="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
|
+ <meta name="viewport" content="initial-scale=1.0, width=device-width, user-scalable=no" />
|
|
|
+ <link rel="icon" href="../assets/img/favicon.ico">
|
|
|
+
|
|
|
+ <title>测所</title>
|
|
|
+
|
|
|
+ <!--====== bootstrap css ====== -->
|
|
|
+ <link rel="stylesheet" href="../assets/css/bootstrap.min.css" />
|
|
|
+ <!--====== element css ====== -->
|
|
|
+ <link rel="stylesheet" href="../assets/css/element.css">
|
|
|
+ <!--====== Mean Menu ======-->
|
|
|
+ <link rel="stylesheet" href="../assets/css/meanmenu.min.css" />
|
|
|
+ <!--====== Default css ======-->
|
|
|
+ <link rel="stylesheet" href="../assets/css/default.css" />
|
|
|
+ <!--====== Animation css =======-->
|
|
|
+ <link rel="stylesheet" href="../assets/css/animation.css" />
|
|
|
+ <!--====== Style css ======-->
|
|
|
+ <link rel="stylesheet" href="../assets/css/style.css" />
|
|
|
+
|
|
|
+
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <!--[if lte IE 9]>
|
|
|
+ <p class="browserupgrade">请使用chrome,IE11等现代浏览器,浏览本网站.</p>
|
|
|
+ <![endif]-->
|
|
|
+ <div id="app">
|
|
|
+
|
|
|
+ <div :style="{'display': columnList.length>0?'block':'none'}" style="display:none">s</div>
|
|
|
+
|
|
|
+ <header-com @data-event="goApply" :todo="columnList" :currentone="currentPath"></header-com>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <footer-com v-if="columnList.length>1" :todo="columnList"></footer-com>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!--====== jquery js ======-->
|
|
|
+ <script src="../assets/js/vendor/jquery-1.12.4.min.js "></script>
|
|
|
+ <!--====== Bootstrap js ======-->
|
|
|
+ <script src="../assets/js/bootstrap.min.js "></script>
|
|
|
+ <!--====== Vue js ======-->
|
|
|
+ <script src="../assets/js/vue.min.js "></script>
|
|
|
+ <!--====== Element js ======-->
|
|
|
+ <script src="../assets/js/element/index.js"></script>
|
|
|
+ <!--====== Mean Menu ======-->
|
|
|
+ <script src="../assets/js/jquery.meanmenu.min.js "></script>
|
|
|
+
|
|
|
+ <!--====== Setting Info js ======-->
|
|
|
+ <script src="../assets/js/settinginfo.js"></script>
|
|
|
+ <!--====== Main js ======-->
|
|
|
+ <script src="../assets/js/main.js "></script>
|
|
|
+ <!--====== commonVue js ======-->
|
|
|
+ <script type="module" src="../assets/js/commonVue.js "></script>
|
|
|
+
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|