Explorar el Código

init

newStyle
lancer hace 2 años
padre
commit
4f84bb35fc
Se han modificado 3 ficheros con 34 adiciones y 2 borrados
  1. +16
    -0
      src/views/houseData/analyse.vue
  2. +16
    -0
      src/views/houseData/count.vue
  3. +2
    -2
      vue.config.js

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

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

<script>
export default {

}
</script>

<style lang="" scoped >


</style>

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

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

<script>
export default {

}
</script>

<style lang="" scoped >


</style>

+ 2
- 2
vue.config.js Ver fichero

@@ -3,9 +3,9 @@
* 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.134:9999' //嘉豪
// const url = 'http://192.168.31.100:9999' //王笑
// const url = 'http://nitu5e.natappfree.cc' //王笑



Cargando…
Cancelar
Guardar