Files
UNION_HUTB/target/classes/views/platform/sys/404.html
T
2026-09-09 09:14:28 +08:00

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>
<!--#}#-->