Browse Source

修改综治人群文字描述,还原代理后端地址

feature
SongZhen 2 years ago
committed by 战立标
parent
commit
36a6463876
  1. 4
      src/views/dataBoard/organizational/microgrid/index.vue
  2. 2
      vue.config.js

4
src/views/dataBoard/organizational/microgrid/index.vue

@ -29,7 +29,7 @@
</template>
</el-table-column>
<el-table-column v-if="otherTabel === 'jmxq'" prop="reportTime" label="上报时间" />
<!-- 治人群 -->
<!-- 治人群 -->
<el-table-column v-if="otherTabel === 'tzrq'" prop="organizationName" label="所属组织" />
<el-table-column v-if="otherTabel === 'tzrq'" prop="gridName" label="所属网格" />
<el-table-column v-if="otherTabel === 'tzrq'" prop="familyName" label="所属家庭" />
@ -103,7 +103,7 @@ export default {
key: 2,
},
{
name: "治人群",
name: "治人群",
ifActive: false,
key: 3,
},

2
vue.config.js

@ -44,7 +44,7 @@ module.exports = {
target: "http://bipaas.elinkservice.cn", // 我们要代理的真实接口地址
},
"/api": {
target: "http://219.146.91.110:30801", // 后端接口地址
target: "http://localhost:8080", // 后端接口地址
changeOrigin: true,
pathRewrite: {
"^api": "",

Loading…
Cancel
Save