Merge branch 'bhomebus' of http://192.168.5.5:10010/r/web/vue-smart-ai into bhomebus
| | |
| | | async getList() { |
| | | const res = await getLora(); |
| | | console.log(res); |
| | | this.loraForm = res.data; |
| | | }, |
| | | async saveList() { |
| | | // this.loraForm.powerRate = `${this.loraForm.powerRate}`; |
| | |
| | | async getlist() { |
| | | const res = await getWifi(); |
| | | console.log(res); |
| | | this.wifiForm = res.data; |
| | | }, |
| | | |
| | | async saveList() { |
| | |
| | | }, |
| | | "/data/api-v/app/findAllApp": { |
| | | // target: '/', |
| | | target: "http://localhost:8080/", |
| | | target: "http://localhost:8081/", |
| | | changeOrigin: true, |
| | | pathRewrite: { |
| | | "^/data/api-v/app/findAllApp": "apps.json", |