chore: optimize page URLs

This commit is contained in:
aslost
2026-08-15 23:41:34 +08:00
parent e7dfed2627
commit cb07b18944
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -138,7 +138,7 @@ const en = {
websiteReg: 'Sign Up',
loginDomain: 'Hide Sign-In Domain',
syncDelete: 'Sync Delete',
syncDeleteDesc: 'When enabled, inbox and mailbox items are permanently deleted instead of soft-deleted',
syncDeleteDesc: 'Permanently delete emails and email addresses instead of marking them as deleted.',
multipleEmail: 'Multiple Email Address',
multipleEmailDesc: 'Enable this feature to allow users to add multiple email',
customization: 'Customization',
@@ -253,7 +253,7 @@ const en = {
timeoutErrorMsg: 'Timeout. Try again later',
serverBusyErrorMsg: 'Server busy. Please try again later',
reqFailErrorMsg: 'Request failed. Try again later',
message: 'Message',
message: 'Mail',
language: 'Language',
totalUserAccount: '{msg}',
sendBanned: 'Banned',
+1 -1
View File
@@ -80,7 +80,7 @@ const routers = {
}
}],
'setting:query': [{
path: '/system-setting',
path: '/system-settings',
name: 'sys-setting',
component: () => import('@/views/sys-setting/index.vue'),
meta: {
+1 -1
View File
@@ -22,7 +22,7 @@ const routes = [
}
},
{
path: '/message',
path: '/mail',
name: 'content',
component: () => import('@/views/content/index.vue'),
meta: {
+1 -1
View File
@@ -69,7 +69,7 @@ function jumpContent(email) {
emailStore.contentData.showUnread = true
emailStore.contentData.showStar = true
emailStore.contentData.showReply = true
router.push('/message')
router.push('/mail')
}
const existIds = new Set();
+1 -1
View File
@@ -60,7 +60,7 @@ function jumpContent(email) {
emailStore.contentData.delType = 'logic'
emailStore.contentData.showStar = true
emailStore.contentData.showReply = true
router.push('/message')
router.push('/mail')
}
function addStar(email) {
+1 -1
View File
@@ -32,7 +32,7 @@ function jumpContent(email) {
emailStore.contentData.delType = 'logic'
emailStore.contentData.showStar = true
emailStore.contentData.showReply = true
router.push('/message')
router.push('/mail')
}
function cancelStar(email) {