Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pc
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
wbx-PCAndMobi
pc
Commits
bca472c0
Commit
bca472c0
authored
Oct 23, 2020
by
Gakki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加了dashboard及dashboard的png图标
parent
1db91ca4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1277 additions
and
72 deletions
+1277
-72
fxft.png
src/assets/icon/fxft.png
+0
-0
zt.png
src/assets/icon/zt.png
+0
-0
micSystemsList.json
src/router/micSystemsList.json
+2
-2
api.js
src/server/api.js
+6
-4
home.vue
src/views/home.vue
+1269
-66
No files found.
src/assets/icon/fxft.png
0 → 100644
View file @
bca472c0
11 KB
src/assets/icon/zt.png
0 → 100644
View file @
bca472c0
699 Bytes
src/router/micSystemsList.json
View file @
bca472c0
...
...
@@ -16,12 +16,12 @@
},
{
"name"
:
"order"
,
"entry"
:
"http://
xuhui.hm.omniview.pro
/order"
,
"entry"
:
"http://
31.0.161.39
/order"
,
"activeRule"
:
"/order"
},
{
"name"
:
"question"
,
"entry"
:
"http://
xuhui.hm.omniview.pro
/question"
,
"entry"
:
"http://
31.0.161.39
/question"
,
"activeRule"
:
"/question"
}
]
src/server/api.js
View file @
bca472c0
...
...
@@ -21,6 +21,7 @@ case 'pudong-sit':
case
'pudong-prod'
:
BASE_URL
=
'http://211.136.105.193/apiv2'
//浦东
FANGDI_URL
=
'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break
...
...
@@ -31,8 +32,9 @@ case 'xuhui-sit':
break
case
'xuhui-prod'
:
BASE_URL
=
'http://31.0.161.39/apiv2'
// 徐汇
BASE_URL
=
'http://31.0.161.39/apiv2'
,
// 徐汇
FANGDI_URL
=
'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye'
break
default
:
// 默认环境下(开发环境)
...
...
@@ -138,8 +140,8 @@ export default {
SHENGCHA_POST
:
''
,
// 提交需要XX审查的数据信息
GET_REPAIR_STATISTICS
:
'/service-documents-ddd/reportBX/statistics'
,
//应急报修统计
GET_CHWECK_DATA
:
FANGDI_URL
+
'/propertyinspector/api/v1/sharingplatform/themeListForOneDay'
,
//专项检查数据
GET_JIANCHADIZHI
:
'/service-special-xh/generateUrl'
,
//获取专项检查页面地址
GET_WYGENERATE
:
'/service-special-xh/wywebgenerateUrl'
,
//获取物业风险发现/处置地址
GET_JIANCHADIZHI
:
'/service-special-xh
-ddd
/generateUrl'
,
//获取专项检查页面地址
GET_WYGENERATE
:
'/service-special-xh
-ddd
/wywebgenerateUrl'
,
//获取物业风险发现/处置地址
GET_TOUSUQUESTION_INFO
:
'/service-documents-ddd/tsDetial'
,
//投诉问题列表
GET_TOUSUDENSITY_LIST
:
'/service-documents-ddd/tsDensityRank'
,
//投诉密度排行
GET_TOUSUQUESTION_DETAILS
:
'/service-documents-ddd/tsDetial/{id}'
,
//投诉问题详情
...
...
src/views/home.vue
View file @
bca472c0
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