Commit 97214904b0d04e9e3b69854f67a4a47acb3fd3cb
1 parent
aa2748b3
m
Showing
3 changed files
with
2 additions
and
2 deletions
trash-ui/src/assets/image/a87bc5f34940a160c1af95bd3adb1b6.png
0 → 100644
693 KB
trash-ui/src/views/business/threestep/index.vue
| ... | ... | @@ -325,7 +325,7 @@ |
| 325 | 325 | </el-dialog> |
| 326 | 326 | |
| 327 | 327 | <el-dialog title="示意图" :visible.sync="picSample" append-to-body> |
| 328 | - <img src="../../../assets/logo/logo.jpg" width="100%" height="800px" /> | |
| 328 | + <img src="../../../assets/image/a87bc5f34940a160c1af95bd3adb1b6.png" width="100%" height="800px" /> | |
| 329 | 329 | </el-dialog> |
| 330 | 330 | </div> |
| 331 | 331 | ... | ... |
trash-ui/src/views/h5/threestep/index.vue
| ... | ... | @@ -288,7 +288,7 @@ |
| 288 | 288 | </el-dialog> |
| 289 | 289 | |
| 290 | 290 | <el-dialog title="示意图" :visible.sync="picSample" append-to-body width="400px"> |
| 291 | - <img src="../../../assets/logo/logo.jpg" width="100%" height="400px" /> | |
| 291 | + <img src="../../../assets/image/a87bc5f34940a160c1af95bd3adb1b6.png" width="100%" height="400px" /> | |
| 292 | 292 | </el-dialog> |
| 293 | 293 | </div> |
| 294 | 294 | ... | ... |