xs-common-plugins 1.2.4 → 1.2.6
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/README.md +309 -299
- package/common.js +110 -110
- package/index.js +1 -1
- package/package.json +16 -16
- package/src/App.vue +12 -12
- package/src/common/common.js +551 -549
- package/src/common/createMenuId.js +7 -7
- package/src/common/uploadImgToBase64.js +12 -12
- package/src/common/utils.js +95 -95
- package/src/components/Breadcrumb/index.vue +81 -81
- package/src/components/CheckBox_Cmp/index.vue +62 -62
- package/src/components/Col_TableCell/data.js +4 -4
- package/src/components/Col_TableCell/index.scss +77 -77
- package/src/components/Col_TableCell/index.vue +43 -43
- package/src/components/Col_TableCell/methods.js +19 -19
- package/src/components/FormItem/index.vue +92 -92
- package/src/components/Hamburger/index.vue +44 -44
- package/src/components/ReportCmp/data.js +3 -3
- package/src/components/ReportCmp/index.scss +29 -29
- package/src/components/ReportCmp/index.vue +76 -76
- package/src/components/ReportCmp/methods.js +30 -30
- package/src/components/Search/cascader/data.js +3 -3
- package/src/components/Search/cascader/index.scss +17 -17
- package/src/components/Search/cascader/index.vue +96 -96
- package/src/components/Search/cascader/methods.js +41 -41
- package/src/components/Search/data.js +5 -5
- package/src/components/Search/hk_cascader/index.vue +104 -104
- package/src/components/Search/hk_cascader_qudao/index.vue +94 -94
- package/src/components/Search/index.scss +219 -219
- package/src/components/Search/index.vue +410 -410
- package/src/components/Search/methods.js +86 -86
- package/src/components/Search/product_option/data.js +3 -3
- package/src/components/Search/product_option/index.scss +68 -68
- package/src/components/Search/product_option/index.vue +412 -412
- package/src/components/Search/product_option/methods.js +58 -58
- package/src/components/Search/select/data.js +3 -3
- package/src/components/Search/select/index.scss +2 -2
- package/src/components/Search/select/index.vue +114 -114
- package/src/components/Search/select/methods.js +51 -51
- package/src/components/Search_filter/data.js +5 -5
- package/src/components/Search_filter/index.scss +104 -104
- package/src/components/Search_filter/index.vue +88 -88
- package/src/components/Search_filter/methods.js +43 -43
- package/src/components/TableCmp/data.js +3 -3
- package/src/components/TableCmp/index.scss +22 -22
- package/src/components/TableCmp/index.vue +98 -98
- package/src/components/TableCmp/methods.js +35 -35
- package/src/components/TableItem/TableItem.vue +55 -55
- package/src/components/TextOVer/index.vue +55 -55
- package/src/components/UploadImg/index.vue +177 -177
- package/src/components/home/BarChart.vue +118 -118
- package/src/components/home/LineChart.vue +146 -146
- package/src/components/home/Panel.vue +135 -135
- package/src/components/home/PanelGroup.vue +146 -146
- package/src/components/home/PieChart.vue +81 -81
- package/src/components/home/RaddarChart.vue +119 -119
- package/src/components/home/TabLayout.vue +88 -88
- package/src/components/home/TableList.vue +158 -158
- package/src/components/home/Teng.vue +248 -248
- package/src/components/home/TransactionTable.vue +49 -49
- package/src/components/home/mixins/resize.js +55 -55
- package/src/components/im/index.vue +155 -155
- package/src/components/im/methods.js +25 -25
- package/src/components/im/pages/chatList/index.vue +45 -45
- package/src/components/im/pages/chatRoom/index.vue +159 -159
- package/src/components/image-singleUpload/data.js +3 -3
- package/src/components/image-singleUpload/index.scss +26 -26
- package/src/components/image-singleUpload/index.vue +56 -56
- package/src/components/image-singleUpload/methods.js +30 -30
- package/src/components/image-upload/data.js +7 -7
- package/src/components/image-upload/index.vue +41 -41
- package/src/components/image-upload/methods.js +80 -80
- package/src/components/multiple-image-upload/data.js +11 -11
- package/src/components/multiple-image-upload/index.scss +8 -8
- package/src/components/multiple-image-upload/index.vue +63 -63
- package/src/components/multiple-image-upload/methods.js +45 -45
- package/src/components/pro-upload/data.js +3 -3
- package/src/components/pro-upload/index.scss +4 -4
- package/src/components/pro-upload/index.vue +89 -89
- package/src/components/pro-upload/methods.js +86 -86
- package/src/components/report_set/index.scss +44 -44
- package/src/components/report_set/index.vue +153 -153
- package/src/components/search-page/src/index.scss +5 -5
- package/src/components/search-page/src/index.vue +76 -76
- package/src/components/search-page/src/methods.js +36 -36
- package/src/components/xsSelect/index.vue +125 -125
- package/src/mixin/dialog.js +31 -31
- package/src/mixin/dlg.js +46 -46
- package/src/mixin/keepAlive.js +53 -53
- package/src/mixin/newDialog.js +19 -19
- package/src/mixin/report.js +82 -82
- package/src/mixin/table.js +93 -93
- package/src/mixin/tableCell/colTableCell_analysis.js +103 -103
- package/src/mixin/upload.js +22 -22
- package/src/mixin/vmodel.js +26 -26
- package/src/plugins/im/components/chat/index.scss +163 -163
- package/src/plugins/im/components/chat/index.vue +144 -144
- package/src/plugins/im/components/chat/methods.js +149 -149
- package/src/plugins/im/components/conversation-list/index.css +91 -91
- package/src/plugins/im/components/conversation-list/index.json +3 -3
- package/src/plugins/im/components/conversation-list/index.vue +89 -89
- package/src/plugins/im/components/loading/loading.css +69 -69
- package/src/plugins/im/components/loading/loading.json +3 -3
- package/src/plugins/im/components/loading/loading.vue +14 -14
- package/src/plugins/im/components/msg-image/index.json +3 -3
- package/src/plugins/im/components/msg-image/index.vue +40 -40
- package/src/plugins/im/components/msg-text/index.json +3 -3
- package/src/plugins/im/components/msg-text/index.vue +24 -24
- package/src/plugins/im/components/send-msg/index.scss +164 -164
- package/src/plugins/im/components/send-msg/index.vue +107 -107
- package/src/plugins/im/components/send-msg/methods.js +125 -125
- package/src/plugins/im/components/template-message/index.vue +76 -76
- package/src/plugins/im/components/without.vue +19 -19
- package/src/plugins/im/im-plug-in/Protobuf-2.3.7.min.js +1 -1
- package/src/plugins/im/im-plug-in/RongCallLib-3.1.5.min.js +74 -74
- package/src/plugins/im/im-plug-in/RongIMLib-4.1.0.js +17420 -17420
- package/src/plugins/im/im-plug-in/init.js +216 -216
- package/src/plugins/im/im-plug-in/qiniu.js +266 -266
- package/src/plugins/im/im-plug-in/send-data.js +431 -431
- package/src/plugins/im/im-plug-in/upload.js +232 -232
- package/src/plugins/im/index.js +31 -31
- package/src/plugins/im/lib/RongIMEmoji-2.2.6.js +332 -332
- package/src/plugins/im/lib/RongIMLib-3.0.7.2-dev.js +11635 -11635
- package/src/plugins/im/lib/RongIMLib-3.0.7.2-dev.min.js +6 -6
- package/src/plugins/im/utils/services.js +625 -625
- package/src/plugins/im/utils/underscore-1.8.3.js +1531 -1531
- package/src/plugins/im/utils/utils.js +149 -149
- package/src/plugins/index.js +60 -60
- package/src/plugins/row-col-cmp/colCmp/data.js +3 -3
- package/src/plugins/row-col-cmp/colCmp/index.scss +50 -50
- package/src/plugins/row-col-cmp/colCmp/index.vue +53 -53
- package/src/plugins/row-col-cmp/colCmp/methods.js +25 -25
- package/src/plugins/row-col-cmp/index.js +20 -20
- package/src/plugins/row-col-cmp/rowCmp/data.js +3 -3
- package/src/plugins/row-col-cmp/rowCmp/index.scss +3 -3
- package/src/plugins/row-col-cmp/rowCmp/index.vue +43 -43
- package/src/plugins/row-col-cmp/rowCmp/methods.js +29 -29
- package/src/router/index.js +58 -58
- package/src/router/permission.js +126 -126
- package/src/store/getters.js +13 -13
- package/src/store/index.js +60 -60
- package/src/store/modules/app.js +55 -55
- package/src/store/modules/dic.js +74 -74
- package/src/store/modules/oss.js +40 -40
- package/src/store/modules/settings.js +28 -28
- package/src/store/modules/tagsView.js +160 -160
- package/src/store/modules/user.js +94 -94
- package/src/store/modules/widgetdata.js +42 -42
- package/src/styles/element-ui.scss +49 -49
- package/src/styles/index.scss +91 -91
- package/src/styles/mixin.scss +28 -28
- package/src/styles/sidebar.scss +210 -210
- package/src/styles/table.scss +90 -90
- package/src/styles/transition.scss +48 -48
- package/src/styles/variables.scss +25 -25
- package/src/utils/api.js +54 -54
- package/src/utils/auth.js +38 -38
- package/src/utils/concat_batch_btns.js +88 -88
- package/src/utils/enum.js +150 -150
- package/src/utils/filter.js +5 -5
- package/src/utils/filterRules.js +55 -55
- package/src/utils/get-page-title.js +10 -10
- package/src/utils/getMenu.js +82 -82
- package/src/utils/global-config.js +15 -15
- package/src/utils/global_directive.js +10 -10
- package/src/utils/index.js +332 -332
- package/src/utils/localStorage.js +21 -21
- package/src/utils/ossService.js +55 -55
- package/src/utils/prototype.js +46 -46
- package/src/utils/search.js +33 -33
- package/src/utils/signalR.js +24 -24
- package/src/utils/validate.js +20 -20
- package/src/views/callback/index.vue +35 -35
- package/src/views/home/index.vue +25 -25
- package/src/views/layout/components/AllSearch/index.vue +44 -44
- package/src/views/layout/components/AppMain.vue +66 -66
- package/src/views/layout/components/Sidebar/FixiOSBug.js +26 -26
- package/src/views/layout/components/Sidebar/Item.vue +28 -28
- package/src/views/layout/components/Sidebar/Link.vue +34 -34
- package/src/views/layout/components/Sidebar/Logo.vue +79 -79
- package/src/views/layout/components/Sidebar/SidebarItem.vue +67 -67
- package/src/views/layout/components/Sidebar/index.vue +114 -114
- package/src/views/layout/components/TagsView/ScrollPane.vue +94 -94
- package/src/views/layout/components/TagsView/index.vue +330 -330
- package/src/views/layout/components/index.js +3 -3
- package/src/views/layout/index.vue +107 -107
- package/src/views/redirect/index.vue +12 -12
- package/src/views/slienceAuth/index.vue +42 -42
package/src/styles/table.scss
CHANGED
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
.table-container {
|
|
2
|
-
position: relative;
|
|
3
|
-
height: 100%;
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
width: 100%;
|
|
7
|
-
padding: 10px;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.table-box {
|
|
11
|
-
height: 100%;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.el-image-viewer__close {
|
|
15
|
-
color: #fff;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.el-image-viewer__next,
|
|
19
|
-
.el-image-viewer__prev {
|
|
20
|
-
background-color: #606266;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.formClass tbody td .cell img {
|
|
24
|
-
width: 100px;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
tbody td .cell img {
|
|
28
|
-
width: 100px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.el-table .table-row-bg-green {
|
|
32
|
-
background: rgb(161, 240, 161);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.el-table .table-row-bg-red {
|
|
36
|
-
background: rgb(240, 176, 176);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.el-table .table-row-bg-grey {
|
|
40
|
-
background: rgb(231, 226, 226);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.el-table .table-row-bg-yellow {
|
|
44
|
-
background: rgb(236, 236, 146);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.el-table tbody td .cell {
|
|
48
|
-
line-height: 18px;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.el-table .table-row-warning {
|
|
52
|
-
// background-color: #fdf6ec;
|
|
53
|
-
color: #e6a23c;
|
|
54
|
-
a{color: #e6a23c;
|
|
55
|
-
text-decoration: underline;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
.el-table .table-row-info {
|
|
61
|
-
// background-color: #f4f4f5;
|
|
62
|
-
color: #909399;
|
|
63
|
-
a{color: #909399;
|
|
64
|
-
text-decoration: underline;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.el-table .table-row-error {
|
|
69
|
-
// background-color: #fef0f0;
|
|
70
|
-
color: #f56c6c;
|
|
71
|
-
a{color: #f56c6c;
|
|
72
|
-
text-decoration: underline;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.el-table .table-row-success {
|
|
77
|
-
// background-color: #f0f9eb;
|
|
78
|
-
color: #67c23a;
|
|
79
|
-
a{color: #67c23a;
|
|
80
|
-
text-decoration: underline;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
//影响全局的样式, 单项目里自行调整
|
|
85
|
-
// .el-radio-group {
|
|
86
|
-
// margin-top: 13px;
|
|
87
|
-
// >div {
|
|
88
|
-
// margin-right: 30px;
|
|
89
|
-
// }
|
|
90
|
-
// }
|
|
1
|
+
.table-container {
|
|
2
|
+
position: relative;
|
|
3
|
+
height: 100%;
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
width: 100%;
|
|
7
|
+
padding: 10px;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.table-box {
|
|
11
|
+
height: 100%;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.el-image-viewer__close {
|
|
15
|
+
color: #fff;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.el-image-viewer__next,
|
|
19
|
+
.el-image-viewer__prev {
|
|
20
|
+
background-color: #606266;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.formClass tbody td .cell img {
|
|
24
|
+
width: 100px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
tbody td .cell img {
|
|
28
|
+
width: 100px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.el-table .table-row-bg-green {
|
|
32
|
+
background: rgb(161, 240, 161);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.el-table .table-row-bg-red {
|
|
36
|
+
background: rgb(240, 176, 176);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.el-table .table-row-bg-grey {
|
|
40
|
+
background: rgb(231, 226, 226);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.el-table .table-row-bg-yellow {
|
|
44
|
+
background: rgb(236, 236, 146);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.el-table tbody td .cell {
|
|
48
|
+
line-height: 18px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.el-table .table-row-warning {
|
|
52
|
+
// background-color: #fdf6ec;
|
|
53
|
+
color: #e6a23c;
|
|
54
|
+
a{color: #e6a23c;
|
|
55
|
+
text-decoration: underline;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
.el-table .table-row-info {
|
|
61
|
+
// background-color: #f4f4f5;
|
|
62
|
+
color: #909399;
|
|
63
|
+
a{color: #909399;
|
|
64
|
+
text-decoration: underline;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.el-table .table-row-error {
|
|
69
|
+
// background-color: #fef0f0;
|
|
70
|
+
color: #f56c6c;
|
|
71
|
+
a{color: #f56c6c;
|
|
72
|
+
text-decoration: underline;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.el-table .table-row-success {
|
|
77
|
+
// background-color: #f0f9eb;
|
|
78
|
+
color: #67c23a;
|
|
79
|
+
a{color: #67c23a;
|
|
80
|
+
text-decoration: underline;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
//影响全局的样式, 单项目里自行调整
|
|
85
|
+
// .el-radio-group {
|
|
86
|
+
// margin-top: 13px;
|
|
87
|
+
// >div {
|
|
88
|
+
// margin-right: 30px;
|
|
89
|
+
// }
|
|
90
|
+
// }
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
// global transition css
|
|
2
|
-
|
|
3
|
-
/* fade */
|
|
4
|
-
.fade-enter-active,
|
|
5
|
-
.fade-leave-active {
|
|
6
|
-
transition: opacity 0.28s;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.fade-enter,
|
|
10
|
-
.fade-leave-active {
|
|
11
|
-
opacity: 0;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/* fade-transform */
|
|
15
|
-
.fade-transform-leave-active,
|
|
16
|
-
.fade-transform-enter-active {
|
|
17
|
-
transition: all .5s;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.fade-transform-enter {
|
|
21
|
-
opacity: 0;
|
|
22
|
-
transform: translateX(-30px);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.fade-transform-leave-to {
|
|
26
|
-
opacity: 0;
|
|
27
|
-
transform: translateX(30px);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/* breadcrumb transition */
|
|
31
|
-
.breadcrumb-enter-active,
|
|
32
|
-
.breadcrumb-leave-active {
|
|
33
|
-
transition: all .5s;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.breadcrumb-enter,
|
|
37
|
-
.breadcrumb-leave-active {
|
|
38
|
-
opacity: 0;
|
|
39
|
-
transform: translateX(20px);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.breadcrumb-move {
|
|
43
|
-
transition: all .5s;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.breadcrumb-leave-active {
|
|
47
|
-
position: absolute;
|
|
48
|
-
}
|
|
1
|
+
// global transition css
|
|
2
|
+
|
|
3
|
+
/* fade */
|
|
4
|
+
.fade-enter-active,
|
|
5
|
+
.fade-leave-active {
|
|
6
|
+
transition: opacity 0.28s;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.fade-enter,
|
|
10
|
+
.fade-leave-active {
|
|
11
|
+
opacity: 0;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
/* fade-transform */
|
|
15
|
+
.fade-transform-leave-active,
|
|
16
|
+
.fade-transform-enter-active {
|
|
17
|
+
transition: all .5s;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.fade-transform-enter {
|
|
21
|
+
opacity: 0;
|
|
22
|
+
transform: translateX(-30px);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.fade-transform-leave-to {
|
|
26
|
+
opacity: 0;
|
|
27
|
+
transform: translateX(30px);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/* breadcrumb transition */
|
|
31
|
+
.breadcrumb-enter-active,
|
|
32
|
+
.breadcrumb-leave-active {
|
|
33
|
+
transition: all .5s;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.breadcrumb-enter,
|
|
37
|
+
.breadcrumb-leave-active {
|
|
38
|
+
opacity: 0;
|
|
39
|
+
transform: translateX(20px);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.breadcrumb-move {
|
|
43
|
+
transition: all .5s;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.breadcrumb-leave-active {
|
|
47
|
+
position: absolute;
|
|
48
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
// sidebar
|
|
2
|
-
$menuText:#bfcbd9;
|
|
3
|
-
$menuActiveText:#409EFF;
|
|
4
|
-
$subMenuActiveText:#f4f4f5; //https://github.com/ElemeFE/element/issues/12951
|
|
5
|
-
|
|
6
|
-
$menuBg:#304156;
|
|
7
|
-
$menuHover:#263445;
|
|
8
|
-
|
|
9
|
-
$subMenuBg:#1f2d3d;
|
|
10
|
-
$subMenuHover:#001528;
|
|
11
|
-
|
|
12
|
-
$sideBarWidth: 210px;
|
|
13
|
-
|
|
14
|
-
// the :export directive is the magic sauce for webpack
|
|
15
|
-
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
|
|
16
|
-
:export {
|
|
17
|
-
menuText: $menuText;
|
|
18
|
-
menuActiveText: $menuActiveText;
|
|
19
|
-
subMenuActiveText: $subMenuActiveText;
|
|
20
|
-
menuBg: $menuBg;
|
|
21
|
-
menuHover: $menuHover;
|
|
22
|
-
subMenuBg: $subMenuBg;
|
|
23
|
-
subMenuHover: $subMenuHover;
|
|
24
|
-
sideBarWidth: $sideBarWidth;
|
|
25
|
-
}
|
|
1
|
+
// sidebar
|
|
2
|
+
$menuText:#bfcbd9;
|
|
3
|
+
$menuActiveText:#409EFF;
|
|
4
|
+
$subMenuActiveText:#f4f4f5; //https://github.com/ElemeFE/element/issues/12951
|
|
5
|
+
|
|
6
|
+
$menuBg:#304156;
|
|
7
|
+
$menuHover:#263445;
|
|
8
|
+
|
|
9
|
+
$subMenuBg:#1f2d3d;
|
|
10
|
+
$subMenuHover:#001528;
|
|
11
|
+
|
|
12
|
+
$sideBarWidth: 210px;
|
|
13
|
+
|
|
14
|
+
// the :export directive is the magic sauce for webpack
|
|
15
|
+
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
|
|
16
|
+
:export {
|
|
17
|
+
menuText: $menuText;
|
|
18
|
+
menuActiveText: $menuActiveText;
|
|
19
|
+
subMenuActiveText: $subMenuActiveText;
|
|
20
|
+
menuBg: $menuBg;
|
|
21
|
+
menuHover: $menuHover;
|
|
22
|
+
subMenuBg: $subMenuBg;
|
|
23
|
+
subMenuHover: $subMenuHover;
|
|
24
|
+
sideBarWidth: $sideBarWidth;
|
|
25
|
+
}
|
package/src/utils/api.js
CHANGED
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
// import globalCfg from '@global'
|
|
2
|
-
|
|
3
|
-
const globalCfg = require('@/modules/module.config')
|
|
4
|
-
const modulesContext = require.context('../modules/', true, /..\.js$/)
|
|
5
|
-
|
|
6
|
-
let API = {
|
|
7
|
-
'api.OldLogin': 'webApi/sysuser/Login',
|
|
8
|
-
'api.GetValidateCode': 'webApi/sysuser/GetValidateCode', // 验证码获取
|
|
9
|
-
'api.GetConfig': '@ucuser/api/sys/ScanConfig/GetConfig', //获取微信二维码参数
|
|
10
|
-
'api.Id4Login': 'Account/Login', //认证服务登陆
|
|
11
|
-
'api.ScanAuth': '@ucuser/api/sys/ScanCallBack/AuthCallBack',//扫码登陆回调地址
|
|
12
|
-
'api.GetProject': '@ucuser/api/sys/Client/GeProject', //获取客户端名称
|
|
13
|
-
'api.smsValidate': '/AccountBO/GetValidate',
|
|
14
|
-
|
|
15
|
-
'api.bannerreport.query': '@commng/api/report/BannerReport/Query',//测试报表
|
|
16
|
-
'api.report.GetById': '@commng/api/report/ReportCfg/Reports/{id}',
|
|
17
|
-
|
|
18
|
-
'api.GetMenuTree': '@ucmng/api/sysmng/MenuOper',
|
|
19
|
-
'api.SyncMenu': `@ucmng/api/sysmng/MenuOper/BuildMenu`,
|
|
20
|
-
'api.GetMenuTreeByUser': `@ucuser/api/sys/CurUser/Menu`,
|
|
21
|
-
'api.UpdatePwd': `@ucuser/api/sys/CurUser/ChangePwd`, //修改密码 PUT
|
|
22
|
-
'api.Login': `@ucuser/api/sys/CurUser/Login`, //用户登录 POST
|
|
23
|
-
'api.getUserInfo': `@ucuser/api/sys/CurUser/Menu`,
|
|
24
|
-
'api.GetBySelf':'@ucuser/api/sys/CurUser', //获取当前用户信息
|
|
25
|
-
|
|
26
|
-
'api.ChangePwd': 'webApi/sysuser/ChangePwd',
|
|
27
|
-
'api.UserQuery': '@ucuser/api/User/Query', //查询用户数据 POST
|
|
28
|
-
'api.GetUserById': '@ucuser/api/User/GetById/{id}', //获取单个用户数据 GET
|
|
29
|
-
'api.UserBindRole': '@ucuser/api/User/BindRole', //用户绑定角色 PUT
|
|
30
|
-
'api.UserEdit': '@ucuser/apu/User/Edit', //修改用户数据 Put
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
// 遍历所有 映射 api
|
|
34
|
-
const chunks = modulesContext.keys().reduce((modules, key) => {
|
|
35
|
-
// 获取环境依赖模块名称,只整合依赖的模块映射的 api
|
|
36
|
-
globalCfg.IMPORT_MODULES.forEach(moduleName => {
|
|
37
|
-
// 正则判断整合的映射api 是不是依赖模块下的
|
|
38
|
-
var reg = new RegExp(`${moduleName}/\api\/[A-Za-z_-]*.js$`)
|
|
39
|
-
const res = reg.test(key)
|
|
40
|
-
if (res) {
|
|
41
|
-
// 跟踪整合的映射文件
|
|
42
|
-
API = {
|
|
43
|
-
...API,
|
|
44
|
-
...modulesContext(key).default
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
return API
|
|
48
|
-
})
|
|
49
|
-
return API
|
|
50
|
-
}, {})
|
|
51
|
-
|
|
52
|
-
export default {
|
|
53
|
-
...chunks
|
|
54
|
-
}
|
|
1
|
+
// import globalCfg from '@global'
|
|
2
|
+
|
|
3
|
+
const globalCfg = require('@/modules/module.config')
|
|
4
|
+
const modulesContext = require.context('../modules/', true, /..\.js$/)
|
|
5
|
+
|
|
6
|
+
let API = {
|
|
7
|
+
'api.OldLogin': 'webApi/sysuser/Login',
|
|
8
|
+
'api.GetValidateCode': 'webApi/sysuser/GetValidateCode', // 验证码获取
|
|
9
|
+
'api.GetConfig': '@ucuser/api/sys/ScanConfig/GetConfig', //获取微信二维码参数
|
|
10
|
+
'api.Id4Login': 'Account/Login', //认证服务登陆
|
|
11
|
+
'api.ScanAuth': '@ucuser/api/sys/ScanCallBack/AuthCallBack',//扫码登陆回调地址
|
|
12
|
+
'api.GetProject': '@ucuser/api/sys/Client/GeProject', //获取客户端名称
|
|
13
|
+
'api.smsValidate': '/AccountBO/GetValidate',
|
|
14
|
+
|
|
15
|
+
'api.bannerreport.query': '@commng/api/report/BannerReport/Query',//测试报表
|
|
16
|
+
'api.report.GetById': '@commng/api/report/ReportCfg/Reports/{id}',
|
|
17
|
+
|
|
18
|
+
'api.GetMenuTree': '@ucmng/api/sysmng/MenuOper',
|
|
19
|
+
'api.SyncMenu': `@ucmng/api/sysmng/MenuOper/BuildMenu`,
|
|
20
|
+
'api.GetMenuTreeByUser': `@ucuser/api/sys/CurUser/Menu`,
|
|
21
|
+
'api.UpdatePwd': `@ucuser/api/sys/CurUser/ChangePwd`, //修改密码 PUT
|
|
22
|
+
'api.Login': `@ucuser/api/sys/CurUser/Login`, //用户登录 POST
|
|
23
|
+
'api.getUserInfo': `@ucuser/api/sys/CurUser/Menu`,
|
|
24
|
+
'api.GetBySelf':'@ucuser/api/sys/CurUser', //获取当前用户信息
|
|
25
|
+
|
|
26
|
+
'api.ChangePwd': 'webApi/sysuser/ChangePwd',
|
|
27
|
+
'api.UserQuery': '@ucuser/api/User/Query', //查询用户数据 POST
|
|
28
|
+
'api.GetUserById': '@ucuser/api/User/GetById/{id}', //获取单个用户数据 GET
|
|
29
|
+
'api.UserBindRole': '@ucuser/api/User/BindRole', //用户绑定角色 PUT
|
|
30
|
+
'api.UserEdit': '@ucuser/apu/User/Edit', //修改用户数据 Put
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// 遍历所有 映射 api
|
|
34
|
+
const chunks = modulesContext.keys().reduce((modules, key) => {
|
|
35
|
+
// 获取环境依赖模块名称,只整合依赖的模块映射的 api
|
|
36
|
+
globalCfg.IMPORT_MODULES.forEach(moduleName => {
|
|
37
|
+
// 正则判断整合的映射api 是不是依赖模块下的
|
|
38
|
+
var reg = new RegExp(`${moduleName}/\api\/[A-Za-z_-]*.js$`)
|
|
39
|
+
const res = reg.test(key)
|
|
40
|
+
if (res) {
|
|
41
|
+
// 跟踪整合的映射文件
|
|
42
|
+
API = {
|
|
43
|
+
...API,
|
|
44
|
+
...modulesContext(key).default
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
return API
|
|
48
|
+
})
|
|
49
|
+
return API
|
|
50
|
+
}, {})
|
|
51
|
+
|
|
52
|
+
export default {
|
|
53
|
+
...chunks
|
|
54
|
+
}
|
package/src/utils/auth.js
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { getConfig } from '@/utils/global-config';
|
|
2
|
-
import Cookies from 'js-cookie';
|
|
3
|
-
|
|
4
|
-
const TokenKey = `${getConfig('CLIENT_ID')}_token`
|
|
5
|
-
let domain = 'localhost';
|
|
6
|
-
if (document.domain !== 'localhost') {
|
|
7
|
-
domain = `.${document.domain.split('.').slice(-2).join('.')}`
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export function getToken(tokenKey) {
|
|
11
|
-
if (window.parent !== window.self) { // 作为第三方系统被嵌套在iframe中使用
|
|
12
|
-
return sessionStorage.getItem('token')
|
|
13
|
-
}
|
|
14
|
-
if (tokenKey) return Cookies.get(tokenKey)
|
|
15
|
-
return Cookies.get(TokenKey)
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export function setToken(tokenKey, value) {
|
|
19
|
-
|
|
20
|
-
if (arguments.length == 2) {
|
|
21
|
-
return Cookies.set(tokenKey, value, { domain: domain, path: '/' })
|
|
22
|
-
}
|
|
23
|
-
return Cookies.set(TokenKey, tokenKey, { domain: domain, path: '/' })
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export function removeToken(tokenKey) {
|
|
27
|
-
if (tokenKey) return Cookies.remove(tokenKey, { domain: domain })
|
|
28
|
-
return Cookies.remove(TokenKey, { domain: domain })
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
export function setLocalToken(tokenKey, value) {
|
|
33
|
-
return Cookies.set(tokenKey, value, { domain: 'localhost', path: '/' });
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export function removeLocalToken(tokenKey) {
|
|
37
|
-
return Cookies.remove(tokenKey, { domain: 'localhost' });
|
|
38
|
-
}
|
|
1
|
+
import { getConfig } from '@/utils/global-config';
|
|
2
|
+
import Cookies from 'js-cookie';
|
|
3
|
+
|
|
4
|
+
const TokenKey = `${getConfig('CLIENT_ID')}_token`
|
|
5
|
+
let domain = 'localhost';
|
|
6
|
+
if (document.domain !== 'localhost') {
|
|
7
|
+
domain = `.${document.domain.split('.').slice(-2).join('.')}`
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export function getToken(tokenKey) {
|
|
11
|
+
if (window.parent !== window.self) { // 作为第三方系统被嵌套在iframe中使用
|
|
12
|
+
return sessionStorage.getItem('token')
|
|
13
|
+
}
|
|
14
|
+
if (tokenKey) return Cookies.get(tokenKey)
|
|
15
|
+
return Cookies.get(TokenKey)
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export function setToken(tokenKey, value) {
|
|
19
|
+
|
|
20
|
+
if (arguments.length == 2) {
|
|
21
|
+
return Cookies.set(tokenKey, value, { domain: domain, path: '/' })
|
|
22
|
+
}
|
|
23
|
+
return Cookies.set(TokenKey, tokenKey, { domain: domain, path: '/' })
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export function removeToken(tokenKey) {
|
|
27
|
+
if (tokenKey) return Cookies.remove(tokenKey, { domain: domain })
|
|
28
|
+
return Cookies.remove(TokenKey, { domain: domain })
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
export function setLocalToken(tokenKey, value) {
|
|
33
|
+
return Cookies.set(tokenKey, value, { domain: 'localhost', path: '/' });
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export function removeLocalToken(tokenKey) {
|
|
37
|
+
return Cookies.remove(tokenKey, { domain: 'localhost' });
|
|
38
|
+
}
|