feat: 移除服务台模块,更新管理员导航以重定向至菜单权限页面
This commit is contained in:
@@ -3,6 +3,15 @@ import type { NextConfig } from "next";
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
reactCompiler: true,
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: "/admin/service-desk",
|
||||
destination: "/admin/menu-permissions",
|
||||
permanent: true,
|
||||
},
|
||||
];
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user