fix: <a> tag's target
This commit is contained in:
parent
e149dc90b4
commit
3ca70e11e1
@ -58,7 +58,7 @@ export async function addDynamicRoutes() {
|
||||
'2.0为全栈版本,提供前端+后端,全新重构,全面简化,',
|
||||
h(
|
||||
'a',
|
||||
{ href: 'https://admin.isme.top', __blank: 'target' },
|
||||
{ href: 'https://admin.isme.top', target: '__blank' },
|
||||
'👉https://admin.isme.top。'
|
||||
),
|
||||
h('p', {}, '体验账号: admin / 123456'),
|
||||
|
Loading…
Reference in New Issue
Block a user