Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
najiu-frontend
najiu-admin-template
Commits
68ceb287
Commit
68ceb287
authored
Mar 12, 2021
by
Vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: rename Amap
parent
a9462f0d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
charts.ts
src/router/routes/modules/demo/charts.ts
+1
-1
Gaode.vue
src/views/demo/charts/map/Gaode.vue
+0
-0
Google.vue
src/views/demo/charts/map/Google.vue
+1
-1
No files found.
src/router/routes/modules/demo/charts.ts
View file @
68ceb287
...
...
@@ -27,7 +27,7 @@ const charts: AppRouteModule = {
meta
:
{
title
:
t
(
'
routes.demo.charts.aMap
'
),
},
component
:
()
=>
import
(
'
/@/views/demo/charts/map/
Amap
.vue
'
),
component
:
()
=>
import
(
'
/@/views/demo/charts/map/
Gaode
.vue
'
),
},
{
path
:
'
googleMap
'
,
...
...
src/views/demo/charts/map/
AMap
.vue
→
src/views/demo/charts/map/
Gaode
.vue
View file @
68ceb287
File moved
src/views/demo/charts/map/Google.vue
View file @
68ceb287
...
...
@@ -7,7 +7,7 @@
import
{
useScript
}
from
'
/@/hooks/web/useScript
'
;
const
MAP_URL
=
'
https://maps.googleapis.com/maps/api/js?key=AIzaSyBQWr
r
Gwj4gAzKndcbwD5favT9K0wgty_0&signed_in=true
'
;
'
https://maps.googleapis.com/maps/api/js?key=AIzaSyBQWrGwj4gAzKndcbwD5favT9K0wgty_0&signed_in=true
'
;
export
default
defineComponent
({
name
:
'
GoogleMap
'
,
...
...
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