src/pages/settings/components/LoraGateway.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/pages/settings/components/WifiGateway.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
vue.config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/settings/components/LoraGateway.vue
@@ -135,6 +135,7 @@ async getList() { const res = await getLora(); console.log(res); this.loraForm = res.data; }, async saveList() { // this.loraForm.powerRate = `${this.loraForm.powerRate}`; src/pages/settings/components/WifiGateway.vue
@@ -220,6 +220,7 @@ async getlist() { const res = await getWifi(); console.log(res); this.wifiForm = res.data; }, async saveList() { vue.config.js
@@ -93,7 +93,7 @@ }, "/data/api-v/app/findAllApp": { // target: '/', target: "http://localhost:8080/", target: "http://localhost:8081/", changeOrigin: true, pathRewrite: { "^/data/api-v/app/findAllApp": "apps.json",