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

17 lines
275 B
HTML

<!--#
layout("/layouts/platform.html"){
#-->
<div id="app" v-cloak>
<el-alert
title="对不起,服务器异常,请联系管理员。"
type="error">
</el-alert>
</div>
<script>
new Vue({
el: "#app"
});
</script>
<!--#}#-->