Commit 98614967 by yuanfeng

Merge branch 'yuanfeng' into '20210819'

Yuanfeng

See merge request vue-project/liangXing/frontEnd!36
parents 9d37e5ee 599bd4fc
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
</div> </div>
<!-- 弹框 --> <!-- 弹框 -->
<popup-frame :visible="visible" :layout="{width: '960px', height: '540px'}" @beforeClose="closePopup"> <popup-frame :visible="visible" :layout="{width: '960px', height: '540px'}" @beforeClose="closePopup">
<img :src="'../../../static/images/index/studentDemeanor' + picIndex + '.png'" alt="弹框"> <img :src="require('../../../static/images/index/studentDemeanor' + picIndex + '.png')" alt="弹框">
</popup-frame> </popup-frame>
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment