Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
evm-store
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanli
evm-store
Commits
246189a9
Commit
246189a9
authored
Nov 10, 2021
by
wanli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🧪 test: 规范前端代码
parent
7fb3b3f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
15 deletions
+12
-15
frontend/src/router/index.js
frontend/src/router/index.js
+11
-11
frontend/src/settings.js
frontend/src/settings.js
+1
-1
frontend/src/views/system/tool.vue
frontend/src/views/system/tool.vue
+0
-3
No files found.
frontend/src/router/index.js
View file @
246189a9
...
@@ -208,6 +208,17 @@ export const constantRoutes = [
...
@@ -208,6 +208,17 @@ export const constantRoutes = [
meta
:
{
title
:
'
EVM模块注册工具
'
,
icon
:
'
home
'
}
meta
:
{
title
:
'
EVM模块注册工具
'
,
icon
:
'
home
'
}
}]
}]
},
},
{
path
:
'
/tool
'
,
redirect
:
'
/tool/bytecode
'
,
component
:
Layout
,
children
:
[{
path
:
'
bytecode
'
,
name
:
'
ByteCodeFile
'
,
component
:
()
=>
import
(
'
@/views/system/bytecode-tool
'
),
meta
:
{
title
:
'
bytecode
'
,
icon
:
'
home
'
}
}]
},
{
{
path
:
'
/tool
'
,
path
:
'
/tool
'
,
redirect
:
'
/tool/index
'
,
redirect
:
'
/tool/index
'
,
...
@@ -241,17 +252,6 @@ export const constantRoutes = [
...
@@ -241,17 +252,6 @@ export const constantRoutes = [
meta
:
{
title
:
'
opqcp
'
,
icon
:
'
home
'
}
meta
:
{
title
:
'
opqcp
'
,
icon
:
'
home
'
}
}]
}]
},
},
{
path
:
'
/bytecode
'
,
redirect
:
'
/bytecode/index
'
,
component
:
Layout
,
children
:
[{
path
:
'
index
'
,
name
:
'
ByteCodeFile
'
,
component
:
()
=>
import
(
'
@/views/system/bytecode-tool
'
),
meta
:
{
title
:
'
bytecode
'
,
icon
:
'
home
'
}
}]
},
{
{
path
:
'
/monitor
'
,
path
:
'
/monitor
'
,
redirect
:
'
/monitor/index
'
,
redirect
:
'
/monitor/index
'
,
...
...
frontend/src/settings.js
View file @
246189a9
...
@@ -83,7 +83,7 @@ export default {
...
@@ -83,7 +83,7 @@ export default {
title
:
"
字节码文件转换
"
,
title
:
"
字节码文件转换
"
,
name
:
"
ByteCodeFile
"
,
name
:
"
ByteCodeFile
"
,
icon
:
"
gongzuotai
"
,
icon
:
"
gongzuotai
"
,
path
:
"
evue/index
"
,
path
:
"
tool/bytecode
"
,
},
},
{
{
vue
:
"
system/evm-module-tool.vue
"
,
vue
:
"
system/evm-module-tool.vue
"
,
...
...
frontend/src/views/system/tool.vue
View file @
246189a9
...
@@ -89,9 +89,6 @@ export default {
...
@@ -89,9 +89,6 @@ export default {
this
.
$message
.
error
(
err
.
message
);
this
.
$message
.
error
(
err
.
message
);
});
});
},
},
test
()
{
console
.
log
(
"
tool.vue test function
"
)
}
},
},
mounted
()
{},
mounted
()
{},
created
()
{},
created
()
{},
...
...
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