feat: 调整菜单次序 (#3335)

pull/3341/head
ssongliu 12 months ago committed by GitHub
parent 55c71df906
commit 471a245732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -924,7 +924,7 @@ const message = {
'When there are multiple DNS entries, they should be displayed on new lines. e.g.\n114.114.114.114\n8.8.8.8',
hostsHelper: 'Hostname Resolution',
hosts: 'Domain',
toolbox: 'Toolbox',
toolbox: 'Quick Setup',
hostname: 'Hostname',
passwd: 'System Password',
passwdHelper: 'Input characters cannot include $ and &',

@ -878,7 +878,7 @@ const message = {
dnsHelper1: 'DNS\n114.114.114.114\n8.8.8.8',
hostsHelper: '',
hosts: '',
toolbox: '',
toolbox: '',
hostname: '',
passwd: '',
passwdHelper: ' $ &',

@ -879,7 +879,7 @@ const message = {
dnsHelper1: ' DNS \n114.114.114.114\n8.8.8.8',
hostsHelper: '',
hosts: '',
toolbox: '',
toolbox: '',
hostname: '',
passwd: '',
passwdHelper: ' $ &',

@ -1,7 +1,7 @@
import { Layout } from '@/routers/constant';
const cronRouter = {
sort: 6,
sort: 8,
path: '/cronjobs',
component: Layout,
redirect: '/cronjobs',

@ -1,7 +1,7 @@
import { Layout } from '@/routers/constant';
const hostRouter = {
sort: 7,
sort: 6,
path: '/hosts',
component: Layout,
redirect: '/hosts/security',

Loading…
Cancel
Save