Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
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
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
华国豪
Athena
Commits
e81904b6
Commit
e81904b6
authored
Jun 24, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复定位不得行
parent
57b48df1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
214 additions
and
150 deletions
+214
-150
index.html
public/index.html
+1
-1
newHead.vue
src/components/global/newHead.vue
+209
-148
vue.config.js
vue.config.js
+4
-1
No files found.
public/index.html
View file @
e81904b6
...
@@ -811,7 +811,7 @@
...
@@ -811,7 +811,7 @@
google
.
maps
.
MarkerWithLabel
=
MarkerWithLabel
;
google
.
maps
.
MarkerWithLabel
=
MarkerWithLabel
;
</script>
</script>
<!-- <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> -->
<!-- <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> -->
<script
type=
"text/javascript"
src=
"https://webapi.amap.com/maps?v=1.3&key=
d4332e5adb8b584442266763d20b978c
"
></script>
<script
type=
"text/javascript"
src=
"https://webapi.amap.com/maps?v=1.3&key=
86f2f611126f36b93cf2ef280300524f&plugin=AMap.CitySearch
"
></script>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title>
athena
</title>
<title>
athena
</title>
</head>
</head>
...
...
src/components/global/newHead.vue
View file @
e81904b6
This diff is collapsed.
Click to expand it.
vue.config.js
View file @
e81904b6
...
@@ -6,7 +6,10 @@ module.exports = {
...
@@ -6,7 +6,10 @@ module.exports = {
'components'
:
'@/components'
,
'components'
:
'@/components'
,
'views'
:
'@/views'
,
'views'
:
'@/views'
,
}
}
},
},
devServer
:
{
// host: 'www.B2B.com',
},
externals
:
{
externals
:
{
BMap
:
'BMap'
BMap
:
'BMap'
}
}
...
...
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