diff --git a/.env.development b/.env.development index 0fde813fa..fc6985ecd 100644 --- a/.env.development +++ b/.env.development @@ -2,6 +2,7 @@ NODE_ENV=development # VUE_APP_API_SERVER = https://epmet-preview.elinkservice.cn/api # VUE_APP_API_SERVER = http://192.168.1.60:8080/api +# VUE_APP_API_SERVER = http://192.168.1.140/api VUE_APP_API_SERVER = http://219.146.91.110:30801/api # VUE_APP_API_SERVER = http://219.146.91.110:30801/api219.146.91.110:30801 # VUE_APP_API_SERVER = https://epmet-yantai.elinkservice.cn/api diff --git a/src/views/modules/base/facilities/add.vue b/src/views/modules/base/facilities/add.vue new file mode 100644 index 000000000..2681ec57d --- /dev/null +++ b/src/views/modules/base/facilities/add.vue @@ -0,0 +1,594 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/modules/base/facilities/index.vue b/src/views/modules/base/facilities/index.vue new file mode 100644 index 000000000..adbc84015 --- /dev/null +++ b/src/views/modules/base/facilities/index.vue @@ -0,0 +1,452 @@ + + + + + \ No newline at end of file diff --git a/src/views/modules/base/facilities/info.vue b/src/views/modules/base/facilities/info.vue new file mode 100644 index 000000000..951598352 --- /dev/null +++ b/src/views/modules/base/facilities/info.vue @@ -0,0 +1,600 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/modules/shequ/chaxun.vue b/src/views/modules/shequ/chaxun.vue index 1a6371d2a..73b569c8c 100644 --- a/src/views/modules/shequ/chaxun.vue +++ b/src/views/modules/shequ/chaxun.vue @@ -19,6 +19,12 @@ > 查房屋 +
+ 查诉求 +
-
+
+ + + + + + + + + + + +
+ + +
+
+
@@ -615,6 +689,8 @@ export default { const { searchData: { type, searchKey }, } = this; + console.log(type, searchKey,"dslkdsfklsz"); + localStorage.setItem("homeSearchType", type); localStorage.setItem("homeSearchKey", searchKey); if (!searchKey) return; diff --git a/src/views/modules/workSys/facilitiesType/addForm.vue b/src/views/modules/workSys/facilitiesType/addForm.vue new file mode 100644 index 000000000..2b2ff9f77 --- /dev/null +++ b/src/views/modules/workSys/facilitiesType/addForm.vue @@ -0,0 +1,295 @@ + + + + + \ No newline at end of file diff --git a/src/views/modules/workSys/facilitiesType/index.vue b/src/views/modules/workSys/facilitiesType/index.vue new file mode 100644 index 000000000..1b0ddd3ed --- /dev/null +++ b/src/views/modules/workSys/facilitiesType/index.vue @@ -0,0 +1,240 @@ + + + diff --git a/vue.config.js b/vue.config.js index d8dc2c0d7..f7dc1560d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,7 +35,8 @@ module.exports = { target: "http://bipaas.elinkservice.cn", // 我们要代理的真实接口地址 }, "/api": { - target: "http://219.146.91.110:30801", // 测试地址 + target: "http://192.168.1.140", // 测试地址 + // target: "http://219.146.91.110:30801", // 测试地址 // target: "http://192.168.1.60:8080", // 本地地址 // target: "https://epmet-preview.elinkservice.cn", // 演示地址 changeOrigin: true,