Browse Source

fix: 兼容首页缺少静态文件

master
insistence 1 year ago
parent
commit
0f2ce436ea
  1. BIN
      ruoyi-fastapi-frontend/src/assets/images/pay.png
  2. 4
      ruoyi-fastapi-frontend/src/views/index.vue

BIN
ruoyi-fastapi-frontend/src/assets/images/pay.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

4
ruoyi-fastapi-frontend/src/views/index.vue

@ -964,7 +964,7 @@
</el-collapse>
</el-card>
</el-col>
<el-col :xs="24" :sm="24" :md="12" :lg="8">
<!-- <el-col :xs="24" :sm="24" :md="12" :lg="8">
<el-card class="update-log">
<template v-slot:header>
<div class="clearfix">
@ -982,7 +982,7 @@
>
</div>
</el-card>
</el-col>
</el-col> -->
</el-row>
</div>
</template>

Loading…
Cancel
Save