chore: update

This commit is contained in:
xiaoxian521
2024-04-17 14:56:57 +08:00
parent 7282b0d345
commit 34ed020328
7 changed files with 9 additions and 6 deletions

View File

@@ -17,7 +17,8 @@ import { usePermissionStoreHook } from "@/store/modules/permission";
import ExitFullscreen from "@iconify-icons/ri/fullscreen-exit-fill";
import Fullscreen from "@iconify-icons/ri/fullscreen-fill";
const errorInfo = "当前路由配置不正确,请检查配置";
const errorInfo =
"The current routing configuration is incorrect, please check the configuration";
export function useNav() {
const pureApp = useAppStoreHook();