Skip to content

Commit

Permalink
fix: 修复部署无依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
rayadaschn committed Jun 10, 2024
1 parent 62f79dd commit a742e52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ auto-import.d.ts
.eslintrc-auto-import.json

# token
src/const/*
# src/const/*
4 changes: 4 additions & 0 deletions src/const/token.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const CESIUM_TOKEN =
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI5ZjNjY2MxNy1lZTA2LTQ0OWEtOGJhNi1kMGQ3YzBjMGI5YTIiLCJpZCI6ODU2NjMsImlhdCI6MTcxNzIyNzczM30.WMiuSvYIlG-j4iIuEMIT-NZ3Tq7SnP6SgSNG8TovLGs'

export const TD_TOKEN = '3867badc8bba65784f3c7253d562e2a1'

0 comments on commit a742e52

Please sign in to comment.