Selaa lähdekoodia

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

Wind-Breaker1 1 vuosi sitten
vanhempi
sitoutus
57601dd2d9
1 muutettua tiedostoa jossa 3 lisäystä ja 9 poistoa
  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: {