18 lines
281 B
HTML
18 lines
281 B
HTML
<!--#
|
|
layout("/layouts/platform.html"){
|
|
#-->
|
|
<div id="app" v-cloak>
|
|
<div style="text-align: center;">
|
|
<img src="https://el-admin.xin/static/img/404.a57b6f31.png" />
|
|
</div>
|
|
</div>
|
|
<script>
|
|
new Vue({
|
|
el: "#app"
|
|
});
|
|
</script>
|
|
<style>
|
|
|
|
</style>
|
|
<!--#}#-->
|