Explorar o código

fix:修复面包屑空间data字段bug

Wind-Breaker1 hai 1 ano
pai
achega
57601dd2d9
Modificáronse 1 ficheiros con 3 adicións e 9 borrados
  1. 3 9
      src/services/defaults.ts

+ 3 - 9
src/services/defaults.ts

@@ -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: {