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

台灯项目修改forge地址

dev-remain
kim131 4 роки тому
джерело
коміт
3371432e60
2 змінених файлів з 4 додано та 1 видалено
  1. +2
    -1
      src/views/main_web/index/index.vue
  2. +2
    -0
      src/views/main_web/watchall/watchall.vue

+ 2
- 1
src/views/main_web/index/index.vue Переглянути файл

@@ -258,7 +258,8 @@ export default {
methods: {
// 接收到proj-item发来的点击
watchAllBtnClick(projItem, i) {
if(i % 2 == 0) {
console.log(projItem);
if(i % 2 == 0 || projItem.Id == "341984912360235008") {
this.toWatchPageClick(projItem);
} else {
this.toLinkPageClick(projItem);


+ 2
- 0
src/views/main_web/watchall/watchall.vue Переглянути файл

@@ -58,6 +58,8 @@
},
mounted() {
this.getWatchAllGeneralData();
this.rightPartUrl = sessionStorage.projId == '341984912360235008' ? 'http://www.lockingos.org:9000/fhy-model/forgemd2020120603/index.html' : 'http://www.lockingos.org:9000/fhy-model/fhy/index.html';
this.forgeModelUrl = sessionStorage.projId == '341984912360235008' ? 'http://www.lockingos.org:9000/fhy-model/forgemd2020120603/index.html' : 'http://www.lockingos.org:9000/fhy-model/fhy/index.html';
},
computed: {
iconRotateStyle() {


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