Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pudong-elevator-map
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
郭铭瑶
pudong-elevator-map
Commits
ddc1d334
Commit
ddc1d334
authored
Mar 15, 2021
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加周家渡选项
parent
54fc4959
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1368 additions
and
4 deletions
+1368
-4
zhoujiadu.js
src/mock/zhoujiadu.js
+1360
-0
api.js
src/util/api.js
+2
-3
main.vue
src/views/main.vue
+5
-1
zhoujiadu-building.json
static/mock/zhoujiadu-building.json
+1
-0
No files found.
src/mock/zhoujiadu.js
0 → 100644
View file @
ddc1d334
This diff is collapsed.
Click to expand it.
src/util/api.js
View file @
ddc1d334
...
@@ -3,11 +3,11 @@ let STATIC_URL = ''
...
@@ -3,11 +3,11 @@ let STATIC_URL = ''
switch
(
process
.
env
.
NODE_ENV
)
{
switch
(
process
.
env
.
NODE_ENV
)
{
case
'production'
:
case
'production'
:
BASE_URL
=
''
BASE_URL
=
''
STATIC_URL
=
'http://211.136.105.193/elev/static
/
'
STATIC_URL
=
'http://211.136.105.193/elev/static'
break
break
default
:
default
:
BASE_URL
=
''
BASE_URL
=
''
STATIC_URL
=
'http://localhost:808
0/static/
'
STATIC_URL
=
'http://localhost:808
1/static
'
};
};
export
default
{
export
default
{
BASE_URL
,
BASE_URL
,
...
@@ -18,4 +18,3 @@ export default {
...
@@ -18,4 +18,3 @@ export default {
// http://211.136.105.193/apiv2/service-report/public/agree //同意率>50%
// http://211.136.105.193/apiv2/service-report/public/agree //同意率>50%
}
}
src/views/main.vue
View file @
ddc1d334
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<p><span
/>
不具备条件
</p>
<p><span
/>
不具备条件
</p>
<p><span
/>
改造后具备条件
</p>
<p><span
/>
改造后具备条件
</p>
<p><span
/>
已具备条件
</p>
<p><span
/>
已具备条件
</p>
<p><img
src=
"@/assets/images/than500.gif"
/>
意愿征询同意率>50%
</p>
<p><img
src=
"@/assets/images/than500.gif"
/>
已有居民表达同意加装
</p>
<p><img
src=
"@/assets/images/notice.gif"
/>
已公告加梯幢
</p>
<p><img
src=
"@/assets/images/notice.gif"
/>
已公告加梯幢
</p>
</div>
</div>
</
template
>
</
template
>
...
@@ -262,6 +262,7 @@ export default {
...
@@ -262,6 +262,7 @@ export default {
zhangjiang
:
'张江'
,
zhangjiang
:
'张江'
,
zhoupu
:
'周浦'
,
zhoupu
:
'周浦'
,
zhuqiao
:
'祝桥'
,
zhuqiao
:
'祝桥'
,
zhoujiadu
:
'周家渡'
,
},
},
curStreetData
:
{},
curStreetData
:
{},
buildingData
:
{
buildingData
:
{
...
@@ -289,6 +290,9 @@ export default {
...
@@ -289,6 +290,9 @@ export default {
top
:
'10px'
,
top
:
'10px'
,
}
}
}))
}))
// this.map.on('click', e => {
// console.log(e.lnglat.getLng() + ',' + e.lnglat.getLat())
// })
},
},
async
initMenu
()
{
// 初始化列表菜单
async
initMenu
()
{
// 初始化列表菜单
const
streets
=
Object
.
keys
(
this
.
streetDic
)
const
streets
=
Object
.
keys
(
this
.
streetDic
)
...
...
static/mock/zhoujiadu-building.json
0 → 100644
View file @
ddc1d334
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