mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 13:19:31 +08:00
update: 修复首次运行跳转页面非首页问题
This commit is contained in:
@@ -311,17 +311,17 @@
|
||||
// type: 'poup',
|
||||
// show: true
|
||||
// },
|
||||
{
|
||||
key: 'update',
|
||||
title: '版本更新',
|
||||
leftIcon: 'icon-clouddownload',
|
||||
leftIconColor: 'pink',
|
||||
rightText: `当前版本 v${systemInfo.appVersion}`,
|
||||
path: 'update',
|
||||
isAdmin: false,
|
||||
type: 'poup',
|
||||
show: true
|
||||
},
|
||||
// {
|
||||
// key: 'update',
|
||||
// title: '版本更新',
|
||||
// leftIcon: 'icon-clouddownload',
|
||||
// leftIconColor: 'pink',
|
||||
// rightText: `当前版本 v${systemInfo.appVersion}`,
|
||||
// path: 'update',
|
||||
// isAdmin: false,
|
||||
// type: 'poup',
|
||||
// show: true
|
||||
// },
|
||||
{
|
||||
key: 'setting',
|
||||
title: '应用设置',
|
||||
|
||||
Reference in New Issue
Block a user