|
@@ -129,7 +129,7 @@ const handleLogout = async (exit = true) => {
|
|
|
const enterpriseList = ref([])
|
|
|
|
|
|
const menuList = ref([
|
|
|
- { title: t('setting.editPassword'), icon: 'mdi-shield-lock-open-outline', change: () => router.push({ path: '/recruit/enterprise/systemManagement/staffChangePassword' }) },
|
|
|
+ { title: t('setting.editPassword'), icon: 'mdi-shield-lock-open-outline', change: () => router.push({ path: '/recruit/enterprise/staffChangePassword' }) },
|
|
|
{ title: t('setting.logOut'), icon: 'mdi-logout', change: handleLogout }
|
|
|
])
|
|
|
const items = computed(() => {
|