Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
20de5ccd
Commit
20de5ccd
authored
Jan 27, 2021
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hl相关
parent
1df58478
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
28 deletions
+11
-28
index.html
public/hl/index.html
+10
-27
router.ts
src/entry/hl/router.ts
+1
-1
editTemplate.vue
src/entry/hl/views/editTemplate.vue
+0
-0
No files found.
public/hl/index.html
View file @
20de5ccd
...
@@ -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
src/entry/hl/router.ts
View file @
20de5ccd
...
@@ -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'
),
}
}
]
]
}
}
...
...
src/entry/hl/views/editTemplate.vue
0 → 100644
View file @
20de5ccd
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment