chore: optimize page URLs
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -22,7 +22,7 @@ const routes = [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/message',
|
||||
path: '/mail',
|
||||
name: 'content',
|
||||
component: () => import('@/views/content/index.vue'),
|
||||
meta: {
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user