调整请求拦截器。

This commit is contained in:
2023-01-12 18:16:45 +08:00
parent d995251d7b
commit dcab19a765
6 changed files with 127 additions and 9 deletions

View 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>