Commit a6c90cb2 authored by 王晓旭's avatar 王晓旭

xiugai

parent d0f96c5b
...@@ -276,15 +276,13 @@ export default { ...@@ -276,15 +276,13 @@ export default {
methods: { methods: {
// 获取楼层数据 // 获取楼层数据
getLCData(){ getLCData(){
// axios({ axios({
// method: 'get', method: 'get',
// url: "/module/3Ddt/lc.json", url: "/module/3Ddt/lc.json",
// headers: { headers: {
// 'Content-Type': 'application/json' 'Content-Type': 'application/json'
// }, },
// } }).then(
this.$get("/module/3Ddt/lc.json"
).then(
(res)=>{ (res)=>{
this.floorArr = res.floorArr this.floorArr = res.floorArr
console.log('resres',res); console.log('resres',res);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment