调整请求拦截器。
This commit is contained in:
23
企业级管理系统/web/admin_system/src/views/info/StaffInfo.vue
Normal file
23
企业级管理系统/web/admin_system/src/views/info/StaffInfo.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<!--
|
||||
* @Author: Kane
|
||||
* @Date: 2023-01-12 14:43:46
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-01-12 14:43:48
|
||||
* @FilePath: \admin_system\src\views\info\StaffInfo.vue
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
-->
|
||||
<template>
|
||||
<div>员工信息查询</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "staff-info",
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user