Files
UNION_NSI/target/classes/views/platform/sys/403.html
T
2026-09-08 19:49:21 +08:00

17 lines
269 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>
<!--#}#-->