wangxiaohua há 2 anos
ascendente
cometimento
bcff6db631
3 ficheiros alterados com 33 adições e 1 eliminações
  1. +16
    -0
      src/views/houseData/analyse.vue
  2. +16
    -0
      src/views/houseData/count.vue
  3. +1
    -1
      vue.config.js

+ 16
- 0
src/views/houseData/analyse.vue Ver ficheiro

@@ -0,0 +1,16 @@
<template>
<div>
列表分析
</div>
</template>

<script>
export default {

}
</script>

<style lang="" scoped >


</style>

+ 16
- 0
src/views/houseData/count.vue Ver ficheiro

@@ -0,0 +1,16 @@
<template>
<div>
工作统计
</div>
</template>

<script>
export default {

}
</script>

<style lang="" scoped >


</style>

+ 1
- 1
vue.config.js Ver ficheiro

@@ -3,7 +3,7 @@
* https://cli.vuejs.org/zh/config/
*/
// const url = 'http://pigx-gateway'
// const url = 'http://39.97.167.65: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' //王笑


Carregando…
Cancelar
Guardar