@pubinfo/module-rbac 2.1.1 → 2.1.2
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.
package/dist/index.js
CHANGED
|
@@ -82,10 +82,10 @@ import './index17.css';const wa = {
|
|
|
82
82
|
"src/views/tabbar_setting/index.vue": () => import("./index-BEB4liGe.js"),
|
|
83
83
|
"src/views/tenant/index.vue": () => import("./index-CoZM8pyH.js"),
|
|
84
84
|
"src/views/theme_setting/index.vue": () => import("./index-B5aP0re3.js"),
|
|
85
|
-
"src/views/
|
|
86
|
-
"src/views/
|
|
87
|
-
"src/views/blackWhiteList/components/drawerBlackWhiteList.vue": () => import("./drawerBlackWhiteList-eWyKScZN.js"),
|
|
85
|
+
"src/views/toolbar_setting/index.vue": () => import("./index-C2G4xRrJ.js"),
|
|
86
|
+
"src/views/user/index.vue": () => import("./index-B0zXLUdu.js"),
|
|
88
87
|
"src/views/watermark_setting/index.vue": () => import("./index-DHVEXch0.js"),
|
|
88
|
+
"src/views/blackWhiteList/components/drawerBlackWhiteList.vue": () => import("./drawerBlackWhiteList-eWyKScZN.js"),
|
|
89
89
|
"src/views/data-permission/components/createAndEditDataPermission.vue": () => import("./createAndEditDataPermission-DPeFulie.js"),
|
|
90
90
|
"src/views/dictionary/components/drawerDictionary.vue": () => import("./drawerDictionary-BRGmcIFT.js"),
|
|
91
91
|
"src/views/dictionary/components/drawerDictionaryItem.vue": () => import("./drawerDictionaryItem-CFBfyhEw.js"),
|
|
@@ -1510,7 +1510,7 @@ const Qd = {
|
|
|
1510
1510
|
},
|
|
1511
1511
|
{
|
|
1512
1512
|
path: "user",
|
|
1513
|
-
component: () => import("./index-
|
|
1513
|
+
component: () => import("./index-B0zXLUdu.js"),
|
|
1514
1514
|
name: "User",
|
|
1515
1515
|
meta: {
|
|
1516
1516
|
title: "用户管理",
|
|
@@ -1694,7 +1694,7 @@ const Qd = {
|
|
|
1694
1694
|
},
|
|
1695
1695
|
{
|
|
1696
1696
|
path: "toolbar-setting",
|
|
1697
|
-
component: () => import("./index-
|
|
1697
|
+
component: () => import("./index-C2G4xRrJ.js"),
|
|
1698
1698
|
name: "ToolbarSetting",
|
|
1699
1699
|
meta: {
|
|
1700
1700
|
title: "工具栏配置",
|
package/dist/index14.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
.bar-header[data-v-dc8e4487]{background:var(--g-bg)}
|
package/dist/index15.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[data-v-3c42fd2d] .ant-tree .ant-tree-node-content-wrapper{overflow:hidden}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo/module-rbac",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.2",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@pubinfo/pro-components": "^1.8.0",
|
|
25
25
|
"alova": "^3.3.4",
|
|
26
26
|
"ant-design-vue": "^4.2.6",
|
|
27
|
-
"pubinfo": "2.1.
|
|
27
|
+
"pubinfo": "2.1.2"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@destyler/color-picker": "^0.1.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"alova": "^3.3.4",
|
|
50
50
|
"ant-design-vue": "^4.2.6",
|
|
51
51
|
"type-fest": "^4.41.0",
|
|
52
|
-
"pubinfo": "2.1.
|
|
52
|
+
"pubinfo": "2.1.2"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"dev": "pubinfo build -w --sourcemap",
|