소스 검색

init

newStyle
lancer 2 년 전
부모
커밋
def20e10e1
3개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -0
      src/views/Equipment/equipmentDetailList.vue
  2. +1
    -0
      src/views/Statistics/trend.vue
  3. +2
    -2
      vue.config.js

+ 1
- 0
src/views/Equipment/equipmentDetailList.vue 파일 보기

@@ -1124,6 +1124,7 @@ export default {
.findHouseByUser({
orgType: localStorage.getItem("orgType"),
houseId: localStorage.getItem("houseId"),
houseTypes: this.houseTypes,
})
.then((res) => {
this.houseList = res.data;


+ 1
- 0
src/views/Statistics/trend.vue 파일 보기

@@ -688,6 +688,7 @@ export default {
.findHouseByUser({
orgType: localStorage.getItem("orgType"),
houseId: localStorage.getItem("houseId"),
houseTypes: this.houseTypes,
})
.then((res) => {
this.houseList = res.data;


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

@@ -3,8 +3,8 @@
* https://cli.vuejs.org/zh/config/
*/
// const url = 'http://pigx-gateway'
const url = 'http://39.97.167.65:9999' //测试
// const url = 'http://192.168.31.169:9999' //长龙
// const url = 'http://39.97.167.65:9999' //测试
const url = 'http://192.168.31.169:9999' //长龙
// const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.100:9999' //王笑
// const url = 'http://nitu5e.natappfree.cc' //王笑


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