소스 검색

更换易云地址 加入forge模型

dev-remain
kim131 4 년 전
부모
커밋
c187542e4b
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. +3
    -3
      src/views/main_web/watchall/watchall.vue
  2. +2
    -2
      vue.config.js

+ 3
- 3
src/views/main_web/watchall/watchall.vue 파일 보기

@@ -51,9 +51,9 @@
isShowLeftPage: true,//是否显示左边部分的信息
btnLeft: 24,//控制按钮的位置
iconRotateDeg: 90,
rightPartUrl: '',
superMapUrl: 'http://47.104.91.134:9001/?scene=http://cim.azut.cn:8090/iserver/services/3D-FuHuaYuan/rest/realspace',
forgeModelUrl: '',
rightPartUrl: 'http://10.240.5.17:8088/ForgeModelData/fhy/index.html',
superMapUrl: 'http://www.lockingos.org:9001/?scene=http://cim.azut.cn:8090/iserver/services/3D-FuHuaYuan/rest/realspace',
forgeModelUrl: 'http://10.240.5.17:8088/ForgeModelData/fhy/index.html',
}
},
mounted() {


+ 2
- 2
vue.config.js 파일 보기

@@ -31,14 +31,14 @@ module.exports = {
devServer: {
proxy: {
'/api/pms': {
target: 'http://47.104.91.134:8089',
target: 'http://www.lockingos.org:8089',
// target:'http://10.240.32.217:8089',

changeOrigin: true,
secure: false,
},
'/api': {
target: 'http://47.104.91.134:8080',
target: 'http://www.lockingos.org:8080',
// target: 'http://10.240.32.245:8080',
changeOrigin: true,
secure: false,


불러오는 중...
취소
저장