派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-31 9bef0f01f093badb5e2b66fdd132da78d5df5d6c
修改文件接口路徑
3个文件已修改
14 ■■■■ 已修改文件
src/api/mapApi.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/mapUrl.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/BaseNav/PublicBounced/PublicBounced.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/mapApi.js
@@ -11,4 +11,7 @@
  getUser (data) {
    return axios.get(mapUrl.GetUser, data)
  }
  // getWasteGas (data) {
  //   return axios.get(mapUrl.GetWasteGas, data)
  // }
}
src/api/mapUrl.js
@@ -4,3 +4,5 @@
import { $HOST } from './host'
export const GetUser = $HOST + '/user/getUser'
// export const GetWasteGas = $HOST + '/wasteGas/getWasteGas'
src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -85,16 +85,19 @@
  .public-bounced-content {
    margin: 15px auto;
    display: flex;
    align-items: center;
    //align-items: center;
    justify-content: space-around;
    padding: 10px;
    .public-bounced-content-left {
      width: 48%;
      flex: 3;
      height: 100%;
      margin-right: 10px;
    }
    .public-bounced-content-right {
      width: 48%;
      flex: 2;
      //width: 48%;
      height: 100%;
    }
  }