mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-11 10:40:52 +08:00
重构环境变量管理,添加脚本查看
This commit is contained in:
@@ -25,10 +25,10 @@ export default {
|
||||
component: '@/pages/crontab/index',
|
||||
},
|
||||
{
|
||||
path: '/cookie',
|
||||
name: 'Session管理',
|
||||
path: '/env',
|
||||
name: '环境变量',
|
||||
icon: <RadiusSettingOutlined />,
|
||||
component: '@/pages/cookie/index',
|
||||
component: '@/pages/env/index',
|
||||
},
|
||||
{
|
||||
path: '/config',
|
||||
@@ -37,10 +37,10 @@ export default {
|
||||
component: '@/pages/config/index',
|
||||
},
|
||||
{
|
||||
path: '/diy',
|
||||
name: '自定义脚本',
|
||||
path: '/script',
|
||||
name: '查看脚本',
|
||||
icon: <FormOutlined />,
|
||||
component: '@/pages/diy/index',
|
||||
component: '@/pages/script/index',
|
||||
},
|
||||
{
|
||||
path: '/diff',
|
||||
|
||||
Reference in New Issue
Block a user