Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
乳
乳山瑞博-大屏
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
xinzhedeai
乳山瑞博-大屏
Commits
81bd35b9
Commit
81bd35b9
authored
Jan 24, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
本地server apps映射
parent
6ce792d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
index.vue
src/views/Screen/index.vue
+0
-1
vue.config.js
vue.config.js
+7
-0
No files found.
src/views/Screen/index.vue
View file @
81bd35b9
...
...
@@ -1960,7 +1960,6 @@ export default {
// 去除版权信息
viewer
.
_cesiumWidget
.
_creditContainer
.
style
.
display
=
"
none
"
;
var
path
=
process
.
env
.
VUE_APP_D3Tileset
+
'
/tileset.json
'
;
console
.
log
(
'
path
'
,
path
)
var
localTile
=
viewer
.
scene
.
primitives
.
add
(
new
Cesium
.
Cesium3DTileset
({
url
:
path
,
//maximumScreenSpaceError:1,
...
...
vue.config.js
View file @
81bd35b9
...
...
@@ -61,6 +61,13 @@ module.exports = {
'^/api': 'api'
}
}, */
'
/Apps
'
:
{
target
:
'
http://localhost:8080
'
,
changeOrigin
:
true
,
pathRewrite
:
{
'
^/Apps
'
:
'
/Apps
'
}
},
'
/auth
'
:
{
target
:
process
.
env
.
VUE_APP_BASE_API
,
changeOrigin
:
true
,
...
...
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