yuang-framework-ui-common 1.0.87 → 1.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1,22 @@
|
|
1
|
-
|
1
|
+
const uimsMenuTargetList = [
|
2
|
+
{
|
3
|
+
value: 'framework-directory',
|
4
|
+
name: '框架目录'
|
5
|
+
}, {
|
6
|
+
value: 'framework-route',
|
7
|
+
name: '框架路由'
|
8
|
+
}, {
|
9
|
+
value: 'framework-iframe',
|
10
|
+
name: '框架iframe'
|
11
|
+
}, {
|
12
|
+
value: 'new-tab',
|
13
|
+
name: '新开标签'
|
14
|
+
}, {
|
15
|
+
value: 'single-route',
|
16
|
+
name: '独立路由'
|
17
|
+
},
|
18
|
+
];
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
export { uimsMenuTargetList };
|
package/lib/utils/routerUtils.ts
CHANGED