|
@@ -2633,21 +2633,15 @@ context.meta2d.translate(
|
|
|
data: [
|
|
|
{
|
|
|
key: '1',
|
|
|
- text: '页面1',
|
|
|
- to: 'https://www.baidu.com',
|
|
|
- target: '_blank',
|
|
|
+ title: '页面1',
|
|
|
},
|
|
|
{
|
|
|
key: '2',
|
|
|
- text: '页面2',
|
|
|
- to: `https://2d${rootDomain}/?id=641d524a8df2c654ea652d7e`,
|
|
|
- target: '_blank',
|
|
|
+ title: '页面2',
|
|
|
},
|
|
|
{
|
|
|
key: '3',
|
|
|
- text: '页面3',
|
|
|
- to: `https://2d${rootDomain}/?id=6357a9e2d44b9402de84d2e8`,
|
|
|
- target: '_self',
|
|
|
+ title: '页面3',
|
|
|
},
|
|
|
],
|
|
|
props: {
|