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
- export {};
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 };
@@ -1,3 +1,6 @@
1
+ /**
2
+ * 异常路由,需要确保这个路由是最后一个被添加的路由,特别是在动态路由之后,否则会发生路由404的情况
3
+ */
1
4
  const getExceptionRoutes = () => {
2
5
  return [
3
6
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-common",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {