兴安优化-人员下发记录

This commit is contained in:
zc
2026-01-15 11:09:21 +08:00
parent dfca91f745
commit 50fedb2823
2 changed files with 4 additions and 4 deletions

View File

@@ -79,10 +79,10 @@
<el-image style="width: 80px; height: 80px" :src="scope.row.avatar" fit="cover"
:preview-src-list="[scope.row.avatar]"
/>
<div class="published-div" v-if="scope.row.downResult===0">
<div class="published-div" v-if="scope.row.faceDownResult===0">
<el-button type="success" icon="el-icon-check" size="mini" circle></el-button>
</div>
<div class="published-div" v-if="scope.row.downResult===1">
<div class="published-div" v-if="scope.row.faceDownResult===1">
<el-button type="danger" icon="el-icon-close" size="mini" circle></el-button>
</div>
</template>

View File

@@ -39,9 +39,9 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://127.0.0.1:6609`, //本地
// target: `http://127.0.0.1:6609`, //本地
//target: `http://192.168.1.183:6609`, //测试
// target: `http://113.26.248.155:33966/`, //正式环境
target: `http://113.26.248.155:33966/`, //正式环境
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''