Переглянути джерело

更换易云地址 加入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,


Завантаження…
Відмінити
Зберегти