Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
multiSystem
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Yulun Yao
multiSystem
Commits
16c1ebf3
Commit
16c1ebf3
authored
Mar 03, 2021
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页dashboard浦东的接口api
parent
94ddc292
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
6 deletions
+20
-6
api.js
src/server/api.js
+14
-1
home.vue
src/views/home.vue
+3
-2
ManagementModule.vue
src/views/home/ManagementModule.vue
+3
-3
No files found.
src/server/api.js
View file @
16c1ebf3
...
@@ -186,6 +186,19 @@ export default {
...
@@ -186,6 +186,19 @@ export default {
GET_TOUSUQUESTION_DETAILS
:
'/service-documents-ddd/tsDetial/{id}'
,
//投诉问题详情
GET_TOUSUQUESTION_DETAILS
:
'/service-documents-ddd/tsDetial/{id}'
,
//投诉问题详情
GET_TOUSUQUESTION_LIST
:
'/service-documents-ddd/tsRank'
,
//投诉问题排行
GET_TOUSUQUESTION_LIST
:
'/service-documents-ddd/tsRank'
,
//投诉问题排行
GET_FEE_STANDARD_LIST
:
'/service-basicdatasync-ddd/property/costs'
// 物业收费详情
GET_FEE_STANDARD_LIST
:
'/service-basicdatasync-ddd/property/costs'
,
// 物业收费详情
/**
* 首页dashboard
*/
GET_IndustrySupervision
:
'/service-documents-ddd/statistical/hoMonthlyCheck/groupByStreet'
,
//行业督查
GET_RiskDisposal
:
'/service-special/discover/statistical/discoverHandle'
,
//当年风险处置情况
GET_ComplaintsTrain
:
'/service-report/elevator/ranking/{type}'
,
//投诉直通车
GET_Creditratingranking
:
'/service-special/crdt/evlt/levelRanking'
,
//信用管理等级排行
get_elevator_collect
:
'service-report/elevator/collect'
,
// 小区电梯加装情况
// get_specialInspection: '/service-documents-ddd/statistical/specialInspection', //行业督查数字
get_specialInspection
:
'/service-documents-ddd/statistical/specialInspection'
,
//行业督查数字
get_month_check
:
'service-documents-ddd/dashboard/house/month'
}
}
src/views/home.vue
View file @
16c1ebf3
...
@@ -713,10 +713,10 @@ export default {
...
@@ -713,10 +713,10 @@ export default {
created
(){},
created
(){},
mounted
(){
mounted
(){
this
.
getConfig
()
this
.
getConfig
()
this
.
getList
()
if
(
this
.
$api
.
BASE_URL
.
indexOf
(
'xuhui'
)
!=-
1
||
this
.
$api
.
BASE_URL
.
indexOf
(
'31.0.161.39'
)
!=-
1
)
{
//徐汇分支
if
(
this
.
$api
.
BASE_URL
.
indexOf
(
'xuhui'
)
!=-
1
||
this
.
$api
.
BASE_URL
.
indexOf
(
'31.0.161.39'
)
!=-
1
)
{
//徐汇分支
this
.
get
List
()
this
.
get
Disposal
()
if
(
this
.
$store
.
state
.
userinfos
&&
this
.
$store
.
state
.
userinfos
.
isAllPerm
)
{
// 不是全部权限dashboard下方的模块不展示
if
(
this
.
$store
.
state
.
userinfos
&&
this
.
$store
.
state
.
userinfos
.
isAllPerm
)
{
// 不是全部权限dashboard下方的模块不展示
this
.
getDisposal
()
this
.
getHouthMonth
()
this
.
getHouthMonth
()
this
.
getCheckData
()
this
.
getCheckData
()
this
.
getCheckPeople
()
this
.
getCheckPeople
()
...
@@ -767,6 +767,7 @@ export default {
...
@@ -767,6 +767,7 @@ export default {
url
:
this
.
$api
.
GET_RESOURE_LIST
,
url
:
this
.
$api
.
GET_RESOURE_LIST
,
}).
then
(
res
=>
{
}).
then
(
res
=>
{
if
(
res
.
code
===
'200'
)
{
if
(
res
.
code
===
'200'
)
{
console
.
log
(
res
)
this
.
data
=
this
.
$com
.
confirm
(
res
,
'data.content'
,
[])
this
.
data
=
this
.
$com
.
confirm
(
res
,
'data.content'
,
[])
}
}
})
})
...
...
src/views/home/ManagementModule.vue
View file @
16c1ebf3
...
@@ -64,9 +64,9 @@ export default {
...
@@ -64,9 +64,9 @@ export default {
}
}
},
},
data
:
[
data
:
[
{
value
:
335
,
name
:
'直接访问'
},
//
{value: 335, name: '直接访问'},
{
value
:
135
,
name
:
'视频广告'
},
//
{value: 135, name: '视频广告'},
{
value
:
148
,
name
:
'搜索引擎'
}
//
{value: 148, name: '搜索引擎'}
]
]
}
}
]
]
...
...
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