wangxiaohua 2 年之前
父節點
當前提交
bcff6db631
共有 3 個檔案被更改,包括 33 行新增1 行删除
  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 查看文件

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

<script>
export default {

}
</script>

<style lang="" scoped >


</style>

+ 16
- 0
src/views/houseData/count.vue 查看文件

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

<script>
export default {

}
</script>

<style lang="" scoped >


</style>

+ 1
- 1
vue.config.js 查看文件

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


Loading…
取消
儲存