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


読み込み中…
キャンセル
保存