Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
super-hive-web
Project
Project
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
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SuperHive
front-end
super-hive-web
Commits
eadf5a9f
Commit
eadf5a9f
authored
Aug 21, 2020
by
wends
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add 频域分析
parent
762818f2
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
307 additions
and
39 deletions
+307
-39
frequency-analysis.js
src/api/device-management/frequency-analysis.js
+2
-2
frequency-analysis.svg
src/icons/svg/frequency-analysis.svg
+1
-0
deviceManagement.js
src/router/modules/deviceManagement.js
+7
-0
index.vue
src/views/device-management/frequency-analysis/index.vue
+297
-37
No files found.
src/api/device-management/frequency-analysis.js
View file @
eadf5a9f
...
@@ -3,9 +3,9 @@ import request from '@/utils/request'
...
@@ -3,9 +3,9 @@ import request from '@/utils/request'
const
baseURL
=
''
const
baseURL
=
''
// 获取数据集列表-分页
// 获取数据集列表-分页
export
function
getT
able
Data
(
data
)
{
export
function
getT
imeDomain
Data
(
data
)
{
return
request
({
return
request
({
url
:
`
${
baseURL
}
/
cc/linque/getDatasetList
`
,
url
:
`
${
baseURL
}
/
iot/dashboard/timeDomainData
`
,
method
:
'
post
'
,
method
:
'
post
'
,
data
data
})
})
...
...
src/icons/svg/frequency-analysis.svg
0 → 100644
View file @
eadf5a9f
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
t=
"1597886536426"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"3747"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"128"
height=
"128"
><defs><style
type=
"text/css"
></style></defs><path
d=
"M960 112v270h-50V162H114v220H64V112h896z m-50 750H114V642H64v270h896V642h-50v220z m-489-68.6l139.7-240.7L641.4 654 746 423.9l51.7 109.5h92.8v-50h-61.2L745.1 305 629.7 559l-75.4-94.7L434 671.5 290.4 230.6 184.8 483.5h-51.4v50h84.7l66.4-159.2L421 793.4z"
p-id=
"3748"
></path></svg>
\ No newline at end of file
src/router/modules/deviceManagement.js
View file @
eadf5a9f
...
@@ -29,6 +29,13 @@ const router = {
...
@@ -29,6 +29,13 @@ const router = {
name
:
'
历史数据
'
,
name
:
'
历史数据
'
,
component
:
()
=>
import
(
'
@/views/device-management/history-data
'
),
component
:
()
=>
import
(
'
@/views/device-management/history-data
'
),
meta
:
{
title
:
'
历史数据
'
,
icon
:
'
query-history
'
}
meta
:
{
title
:
'
历史数据
'
,
icon
:
'
query-history
'
}
},
{
menuId
:
'
FrequencyAnalysis
'
,
path
:
'
frequency-analysis
'
,
name
:
'
频域分析
'
,
component
:
()
=>
import
(
'
@/views/device-management/frequency-analysis
'
),
meta
:
{
title
:
'
频域分析
'
,
icon
:
'
frequency-analysis
'
}
}
}
]
]
}
}
...
...
src/views/device-management/frequency-analysis/index.vue
View file @
eadf5a9f
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