Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-front/commit/f91460c08bd69a4d808eb75ed5a740162074af8d?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

提交修改

dev
dsh 12 months ago
parent 777c69e55b
commit f91460c08b

@ -60,7 +60,7 @@
</el-upload> </el-upload>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="上传状态" prop="status"> <el-table-column label="状态" prop="status">
<template v-slot:default="scope"> <template v-slot:default="scope">
<el-tag v-if="scope.row.childrenList.length === 0" type="warning"></el-tag> <el-tag v-if="scope.row.childrenList.length === 0" type="warning"></el-tag>
<el-tag v-else type="success">已上传</el-tag> <el-tag v-else type="success">已上传</el-tag>

Loading…
Cancel
Save