Ver a proveniência

init

newStyle
lancer há 2 anos
ascendente
cometimento
def20e10e1
3 ficheiros alterados com 4 adições e 2 eliminações
  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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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' //王笑


Carregando…
Cancelar
Guardar