ZZJ
2021-11-25 c372173f69687e5026b8aa5991f7b3caea0c56c5
bug修复
3个文件已修改
4 ■■■ 已修改文件
src/pages/settings/components/LoraGateway.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/settings/components/WifiGateway.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 2 ●●● 补丁 | 查看 | 原始文档 | 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",