Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
刘远
/
3d_dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5410061f
authored
2020-07-28 10:50:13 +0800
by
jikai
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/views/Home.vue
2 parents
a0f0b7d2
d09ebd64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
src/App.vue
src/views/Home.vue
src/App.vue
View file @
5410061
...
...
@@ -7,5 +7,8 @@
</
template
>
<
style
>
*
{
margin
:
0px
;
padding
:
0px
;
}
</
style
>
...
...
src/views/Home.vue
View file @
5410061
...
...
@@ -17,7 +17,7 @@
mounted
()
{
Cesium
.
Ion
.
defaultAccessToken
=
this
.
config
.
mapToken
;
var
viewer
=
new
Cesium
.
Viewer
(
'cesiumContainer'
,
{
fullscreenButton
:
true
,
fullscreenButton
:
true
,
});
},
methods
:
{
...
...
Please
register
or
sign in
to post a comment