Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
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
周健威
rs-cloud-platform-ui
Commits
696d42db
Commit
696d42db
authored
Dec 28, 2021
by
陈慧敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
覆盖率统计
parent
6ebe16dd
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22668 additions
and
5578 deletions
+22668
-5578
package-lock.json
package-lock.json
+22339
-5578
coverage.js
src/api/coverage.js
+23
-0
index.js
src/router/index.js
+5
-0
index.vue
src/views/archiveDataManagement/coverageStatistics/index.vue
+301
-0
No files found.
package-lock.json
View file @
696d42db
This diff is collapsed.
Click to expand it.
src/api/coverage.js
0 → 100644
View file @
696d42db
import
fetch
from
'utils/fetch'
;
/**
* 省份
* @param query
*/
export
function
getAreaList
(
query
)
{
return
fetch
({
url
:
'/api/datacenter/web/areaInfo/app/unauth/getAreaList'
,
method
:
'get'
,
params
:
query
});
}
/**
* 覆盖率统计列表
* @param query
*/
export
function
bgPages
(
query
)
{
return
fetch
({
url
:
'/api/datacenter/bg/cover/bgPages'
,
method
:
'get'
,
params
:
query
});
}
src/router/index.js
View file @
696d42db
...
...
@@ -181,6 +181,11 @@ export const asyncRouterMap = [{
component
:
_import
(
'archiveDataManagement/resolutionManger/index'
),
name
:
'分辨率管理'
,
authority
:
'resolutionManger'
},
{
path
:
'coverageStatistics'
,
component
:
_import
(
'archiveDataManagement/coverageStatistics/index'
),
name
:
'覆盖率统计'
,
authority
:
'coverageStatistics'
}]
},
{
...
...
src/views/archiveDataManagement/coverageStatistics/index.vue
0 → 100644
View file @
696d42db
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