Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王涛
2022-02-24 18:06:45 +0800
Commit
6dfcbe60305d99ab00cacbc3c85b4ca9b3fc7614
1 parent
042d0091
性能曲线代码迁移到base
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/views/zjdaping/components/lineChart/index.html → hg-monitor-web-base/src/main/resources/static/vue3/src/views/page/components/lineChart/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/views/zjdaping/components/lineChart/index.js → hg-monitor-web-base/src/main/resources/static/vue3/src/views/page/components/lineChart/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/views/pieDetailLine/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/views/
zjdaping
/components/lineChart/index.html → hg-monitor-web-base/src/main/resources/static/vue3/src/views/
page
/components/lineChart/index.html
View file @
6dfcbe6
hg-monitor-web-base/src/main/resources/static/vue3/src/views/
zjdaping
/components/lineChart/index.js → hg-monitor-web-base/src/main/resources/static/vue3/src/views/
page
/components/lineChart/index.js
View file @
6dfcbe6
hg-monitor-web-base/src/main/resources/static/vue3/src/views/pieDetailLine/index.js
View file @
6dfcbe6
...
...
@@ -3,7 +3,7 @@ export default {
template
:
''
,
components
:{
'LineChart'
:
Vue
.
defineAsyncComponent
(
()
=>
myImport
(
'views/
zjdaping
/components/lineChart/index'
)
()
=>
myImport
(
'views/
page
/components/lineChart/index'
)
)
},
data
()
{
...
...
Please
register
or
login
to post a comment