|
@@ -2,7 +2,7 @@
|
|
|
<el-row>
|
|
|
<el-col v-for="(system, index) in systemList" :key="system.id" :span="4" :offset="index > 0 ? 1 : 0">
|
|
|
<el-card :body-style="{ padding: '0px' }">
|
|
|
- <img :src=" baseApi + '/file/' + system.storage.type + '/' + system.storage.realName" class="image">
|
|
|
+ <img :src="system.storage.url" class="image">
|
|
|
<div class="content">
|
|
|
<span>{{ system.systemName }}</span>
|
|
|
<el-button type="danger" round @click="sso(system.systemUrl)">进入</el-button>
|