服装智能制造软件平台V3.0
http://182.92.169.222/hhxy/#/user/login
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
214 B
17 lines
214 B
2 years ago
|
<template>
|
||
|
<exception-page type="403" />
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
import ExceptionPage from './ExceptionPage'
|
||
|
|
||
|
export default {
|
||
|
components: {
|
||
|
ExceptionPage
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<style scoped>
|
||
|
|
||
|
</style>
|