Commit 4356d074 by yuanfeng

update

parent b3e14fbc
...@@ -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