Browse Source

init

newStyle
lancer 2 years ago
parent
commit
4f84bb35fc
3 changed files with 34 additions and 2 deletions
  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 View File

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

<script>
export default {

}
</script>

<style lang="" scoped >


</style>

+ 16
- 0
src/views/houseData/count.vue View File

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

<script>
export default {

}
</script>

<style lang="" scoped >


</style>

+ 2
- 2
vue.config.js View File

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



Loading…
Cancel
Save