|
@@ -16,6 +16,15 @@
|
|
|
<link rel="stylesheet" href="static/lib/angular/toaster.css" />
|
|
<link rel="stylesheet" href="static/lib/angular/toaster.css" />
|
|
|
<link rel="stylesheet" href="static/lib/treeview/css/angular.treeview.css" />
|
|
<link rel="stylesheet" href="static/lib/treeview/css/angular.treeview.css" />
|
|
|
<link rel="stylesheet" href="static/css/index.css" />
|
|
<link rel="stylesheet" href="static/css/index.css" />
|
|
|
|
|
+ <script>
|
|
|
|
|
+ var _hmt = _hmt || [];
|
|
|
|
|
+ (function() {
|
|
|
|
|
+ var hm = document.createElement("script");
|
|
|
|
|
+ hm.src = "https://hm.baidu.com/hm.js?5701b143e26c91522f816effc41f5df0";
|
|
|
|
|
+ var s = document.getElementsByTagName("script")[0];
|
|
|
|
|
+ s.parentNode.insertBefore(hm, s);
|
|
|
|
|
+ })();
|
|
|
|
|
+ </script>
|
|
|
</head>
|
|
</head>
|
|
|
<body ng-controller="AuthCtrl">
|
|
<body ng-controller="AuthCtrl">
|
|
|
<div class="header-action">
|
|
<div class="header-action">
|