Commit 20de5ccd authored by zL's avatar zL

hl相关

parent 1df58478
...@@ -2,39 +2,21 @@ ...@@ -2,39 +2,21 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="./hl/favicon.ico"> <link rel="icon" href="./hl/favicon.ico">
<!-- 旧文件 --> <title>HL存证上链</title>
<link rel="stylesheet" href="//at.alicdn.com/t/font_1158047_ylbzqni327.css"> <link rel="stylesheet" href="//at.alicdn.com/t/font_1321935_49vw1tllkgn.css">
<!-- fontclass --> <script src="https://cdn.bootcss.com/tinymce/4.7.4/tinymce.min.js"></script>
<link rel="stylesheet" href="//at.alicdn.com/t/font_1321935_y548fgq707k.css">
<!-- svg -->
<script src="//at.alicdn.com/t/font_1321935_y548fgq707k.js"></script>
<title>HL存证上链</title>
<script src="https://ssl.captcha.qq.com/TCaptcha.js"></script>
<!-- 富文本编辑器 -->
<script src="https://cdn.bootcss.com/tinymce/4.7.4/tinymce.min.js"></script>
<!-- <script src="https://cdn.tiny.cloud/1/no-api-key/tinymce/5/tinymce.min.js" referrerpolicy="origin"></script> -->
</head> </head>
<body> <body>
<noscript>
<strong>We're sorry but source-trace-manage doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong>
</noscript>
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected -->
</body> </body>
<style> <style>
.el-cascader-menu:last-child {
border-right: solid 1px #E4E7ED !important;
}
</style> </style>
<script> <script>
// console.log('v2.1.20190906')
</script> </script>
</html>
</html>
\ No newline at end of file
...@@ -71,7 +71,7 @@ let router = new Router({ // todo 移除旧页面 ...@@ -71,7 +71,7 @@ let router = new Router({ // todo 移除旧页面
{ {
path: '/editTemplate', path: '/editTemplate',
name: 'editTemplate', name: 'editTemplate',
component: () => import(/* webpackChunkName: "editTemplate" */ '@/views/template/editTemplate.vue'), component: () => import(/* webpackChunkName: "editTemplate" */ './views/editTemplate.vue'),
} }
] ]
} }
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment