xs-common-plugins 1.2.3 → 1.2.5
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 +298 -298
- 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 -52
- 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
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
// ------------------------------------------------------------------
|
|
3
|
-
// pragma mark - inti(初始化行为)
|
|
4
|
-
// ------------------------------------------------------------------
|
|
5
|
-
createdInit() {
|
|
6
|
-
|
|
7
|
-
},
|
|
8
|
-
mountedInit() {
|
|
9
|
-
},
|
|
10
|
-
|
|
11
|
-
// ------------------------------------------------------------------
|
|
12
|
-
// pragma mark - Event Response(响应事件)
|
|
13
|
-
// 命名规范: Name + EventHandler
|
|
14
|
-
// ------------------------------------------------------------------
|
|
15
|
-
Demo_handler() {
|
|
16
|
-
|
|
17
|
-
},
|
|
18
|
-
|
|
19
|
-
// ------------------------------------------------------------------
|
|
20
|
-
// pragma mark - Private Methods(私有方法: )
|
|
21
|
-
// 命名规范: 前缀 __ + name
|
|
22
|
-
// ------------------------------------------------------------------
|
|
23
|
-
__demoFunction() {
|
|
24
|
-
|
|
25
|
-
}
|
|
1
|
+
export default {
|
|
2
|
+
// ------------------------------------------------------------------
|
|
3
|
+
// pragma mark - inti(初始化行为)
|
|
4
|
+
// ------------------------------------------------------------------
|
|
5
|
+
createdInit() {
|
|
6
|
+
|
|
7
|
+
},
|
|
8
|
+
mountedInit() {
|
|
9
|
+
},
|
|
10
|
+
|
|
11
|
+
// ------------------------------------------------------------------
|
|
12
|
+
// pragma mark - Event Response(响应事件)
|
|
13
|
+
// 命名规范: Name + EventHandler
|
|
14
|
+
// ------------------------------------------------------------------
|
|
15
|
+
Demo_handler() {
|
|
16
|
+
|
|
17
|
+
},
|
|
18
|
+
|
|
19
|
+
// ------------------------------------------------------------------
|
|
20
|
+
// pragma mark - Private Methods(私有方法: )
|
|
21
|
+
// 命名规范: 前缀 __ + name
|
|
22
|
+
// ------------------------------------------------------------------
|
|
23
|
+
__demoFunction() {
|
|
24
|
+
|
|
25
|
+
}
|
|
26
26
|
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import rowCmp from "./rowCmp";
|
|
2
|
-
import colCmp from "./colCmp";
|
|
3
|
-
|
|
4
|
-
export default {
|
|
5
|
-
install: function (Vue) {
|
|
6
|
-
Vue.component("rowCmp", rowCmp);
|
|
7
|
-
Vue.component("colCmp", colCmp);
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
// 调用如下:
|
|
12
|
-
// <!-- <row-cmp :column='2'>
|
|
13
|
-
// <col-cmp name="仓库编码1" :column='2'>{{ scope.row.code }}565656</col-cmp>
|
|
14
|
-
// <col-cmp name="更新时间3" :column='2'>{{ scope.row.createTime | dateFormat("MM-DD HH:mm:ss") }}</col-cmp>
|
|
15
|
-
// <col-cmp name="联电话电话" :column='2'>{{ scope.row.tel }}</col-cmp>
|
|
16
|
-
// <col-cmp name="更新时间4" :column='2'>{{ scope.row.createTime | dateFormat("MM-DD HH:mm:ss") }}</col-cmp>
|
|
17
|
-
// <col-cmp name="更新时间5" :column='2'>{{ scope.row.createTime | dateFormat("MM-DD HH:mm:ss") }}联系电话联系电话联系</col-cmp>
|
|
18
|
-
// <col-cmp name="更新时间6" :column='2'>{{ scope.row.createTime | dateFormat("MM-DD HH:mm:ss") }}</col-cmp>
|
|
19
|
-
// <col-cmp name="更新时间7" :column='2'>{{ scope.row.createTime | dateFormat("MM-DD HH:mm:ss") }}</col-cmp>
|
|
20
|
-
// <col-cmp name="更新时间8" :column='2'>{{ scope.row.createTime | dateFormat("MM-DD HH:mm:ss") }}</col-cmp>
|
|
1
|
+
import rowCmp from "./rowCmp";
|
|
2
|
+
import colCmp from "./colCmp";
|
|
3
|
+
|
|
4
|
+
export default {
|
|
5
|
+
install: function (Vue) {
|
|
6
|
+
Vue.component("rowCmp", rowCmp);
|
|
7
|
+
Vue.component("colCmp", colCmp);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
// 调用如下:
|
|
12
|
+
// <!-- <row-cmp :column='2'>
|
|
13
|
+
// <col-cmp name="仓库编码1" :column='2'>{{ scope.row.code }}565656</col-cmp>
|
|
14
|
+
// <col-cmp name="更新时间3" :column='2'>{{ scope.row.createTime | dateFormat("MM-DD HH:mm:ss") }}</col-cmp>
|
|
15
|
+
// <col-cmp name="联电话电话" :column='2'>{{ scope.row.tel }}</col-cmp>
|
|
16
|
+
// <col-cmp name="更新时间4" :column='2'>{{ scope.row.createTime | dateFormat("MM-DD HH:mm:ss") }}</col-cmp>
|
|
17
|
+
// <col-cmp name="更新时间5" :column='2'>{{ scope.row.createTime | dateFormat("MM-DD HH:mm:ss") }}联系电话联系电话联系</col-cmp>
|
|
18
|
+
// <col-cmp name="更新时间6" :column='2'>{{ scope.row.createTime | dateFormat("MM-DD HH:mm:ss") }}</col-cmp>
|
|
19
|
+
// <col-cmp name="更新时间7" :column='2'>{{ scope.row.createTime | dateFormat("MM-DD HH:mm:ss") }}</col-cmp>
|
|
20
|
+
// <col-cmp name="更新时间8" :column='2'>{{ scope.row.createTime | dateFormat("MM-DD HH:mm:ss") }}</col-cmp>
|
|
21
21
|
// </row-cmp> -->
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default () => {
|
|
2
|
-
return {
|
|
3
|
-
}
|
|
1
|
+
export default () => {
|
|
2
|
+
return {
|
|
3
|
+
}
|
|
4
4
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
.CellCmp-wrapper {
|
|
2
|
-
width: 100%;
|
|
3
|
-
}
|
|
1
|
+
.CellCmp-wrapper {
|
|
2
|
+
width: 100%;
|
|
3
|
+
}
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="CellCmp-wrapper">
|
|
3
|
-
<slot v-bind:column="column"></slot>
|
|
4
|
-
</div>
|
|
5
|
-
</template>
|
|
6
|
-
|
|
7
|
-
<script>
|
|
8
|
-
import data from "./data";
|
|
9
|
-
import methods from "./methods";
|
|
10
|
-
export default {
|
|
11
|
-
name:"rowCmp",
|
|
12
|
-
$$route: {
|
|
13
|
-
meta: {
|
|
14
|
-
title: "标题名称",
|
|
15
|
-
icon: "菜单图标",
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
props: {
|
|
19
|
-
column: {
|
|
20
|
-
type: Number,
|
|
21
|
-
default: 2,
|
|
22
|
-
},
|
|
23
|
-
},
|
|
24
|
-
provide: {
|
|
25
|
-
cellgroup: this,
|
|
26
|
-
},
|
|
27
|
-
data,
|
|
28
|
-
methods,
|
|
29
|
-
mixins: [],
|
|
30
|
-
components: {},
|
|
31
|
-
watch: {},
|
|
32
|
-
computed: {},
|
|
33
|
-
// ------------------------------------------------------------------
|
|
34
|
-
// pragma mark - Life Cycle(生命周期)
|
|
35
|
-
// ------------------------------------------------------------------
|
|
36
|
-
created() {
|
|
37
|
-
this.createdInit();
|
|
38
|
-
},
|
|
39
|
-
mounted() {
|
|
40
|
-
this.mountedInit();
|
|
41
|
-
},
|
|
42
|
-
};
|
|
43
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="CellCmp-wrapper">
|
|
3
|
+
<slot v-bind:column="column"></slot>
|
|
4
|
+
</div>
|
|
5
|
+
</template>
|
|
6
|
+
|
|
7
|
+
<script>
|
|
8
|
+
import data from "./data";
|
|
9
|
+
import methods from "./methods";
|
|
10
|
+
export default {
|
|
11
|
+
name:"rowCmp",
|
|
12
|
+
$$route: {
|
|
13
|
+
meta: {
|
|
14
|
+
title: "标题名称",
|
|
15
|
+
icon: "菜单图标",
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
props: {
|
|
19
|
+
column: {
|
|
20
|
+
type: Number,
|
|
21
|
+
default: 2,
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
provide: {
|
|
25
|
+
cellgroup: this,
|
|
26
|
+
},
|
|
27
|
+
data,
|
|
28
|
+
methods,
|
|
29
|
+
mixins: [],
|
|
30
|
+
components: {},
|
|
31
|
+
watch: {},
|
|
32
|
+
computed: {},
|
|
33
|
+
// ------------------------------------------------------------------
|
|
34
|
+
// pragma mark - Life Cycle(生命周期)
|
|
35
|
+
// ------------------------------------------------------------------
|
|
36
|
+
created() {
|
|
37
|
+
this.createdInit();
|
|
38
|
+
},
|
|
39
|
+
mounted() {
|
|
40
|
+
this.mountedInit();
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
</script>
|
|
44
44
|
<style lang="scss" src="./index.scss" scoped></style>
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
// ------------------------------------------------------------------
|
|
3
|
-
// pragma mark - inti(初始化行为)
|
|
4
|
-
// ------------------------------------------------------------------
|
|
5
|
-
createdInit() {
|
|
6
|
-
|
|
7
|
-
},
|
|
8
|
-
mountedInit() {
|
|
9
|
-
},
|
|
10
|
-
|
|
11
|
-
getdata() {
|
|
12
|
-
return 11
|
|
13
|
-
},
|
|
14
|
-
|
|
15
|
-
// ------------------------------------------------------------------
|
|
16
|
-
// pragma mark - Event Response(响应事件)
|
|
17
|
-
// 命名规范: Name + EventHandler
|
|
18
|
-
// ------------------------------------------------------------------
|
|
19
|
-
Demo_handler() {
|
|
20
|
-
|
|
21
|
-
},
|
|
22
|
-
|
|
23
|
-
// ------------------------------------------------------------------
|
|
24
|
-
// pragma mark - Private Methods(私有方法: )
|
|
25
|
-
// 命名规范: 前缀 __ + name
|
|
26
|
-
// ------------------------------------------------------------------
|
|
27
|
-
__demoFunction() {
|
|
28
|
-
|
|
29
|
-
}
|
|
1
|
+
export default {
|
|
2
|
+
// ------------------------------------------------------------------
|
|
3
|
+
// pragma mark - inti(初始化行为)
|
|
4
|
+
// ------------------------------------------------------------------
|
|
5
|
+
createdInit() {
|
|
6
|
+
|
|
7
|
+
},
|
|
8
|
+
mountedInit() {
|
|
9
|
+
},
|
|
10
|
+
|
|
11
|
+
getdata() {
|
|
12
|
+
return 11
|
|
13
|
+
},
|
|
14
|
+
|
|
15
|
+
// ------------------------------------------------------------------
|
|
16
|
+
// pragma mark - Event Response(响应事件)
|
|
17
|
+
// 命名规范: Name + EventHandler
|
|
18
|
+
// ------------------------------------------------------------------
|
|
19
|
+
Demo_handler() {
|
|
20
|
+
|
|
21
|
+
},
|
|
22
|
+
|
|
23
|
+
// ------------------------------------------------------------------
|
|
24
|
+
// pragma mark - Private Methods(私有方法: )
|
|
25
|
+
// 命名规范: 前缀 __ + name
|
|
26
|
+
// ------------------------------------------------------------------
|
|
27
|
+
__demoFunction() {
|
|
28
|
+
|
|
29
|
+
}
|
|
30
30
|
}
|
package/src/router/index.js
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
import VueRouter from 'vue-router'
|
|
3
|
-
import autoRouter from '../automatically/router'
|
|
4
|
-
Vue.use(VueRouter)
|
|
5
|
-
|
|
6
|
-
const originalPush = VueRouter.prototype.push;
|
|
7
|
-
VueRouter.prototype.push = function push(location) {
|
|
8
|
-
return originalPush.call(this, location).catch(err => err)
|
|
9
|
-
}
|
|
10
|
-
const routes = [
|
|
11
|
-
{
|
|
12
|
-
path: '/redirect',
|
|
13
|
-
component: () => import('../views/layout/index'),
|
|
14
|
-
hidden: true,
|
|
15
|
-
children: [
|
|
16
|
-
{
|
|
17
|
-
path: '/redirect/:path(.*)',
|
|
18
|
-
component: () => import('@/views/redirect/index')
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
path: '/',
|
|
24
|
-
name: 'layout',
|
|
25
|
-
component: () => import('../views/layout/index'),
|
|
26
|
-
redirect: '/home', // 默认展示页面
|
|
27
|
-
meta: { title: '首页', icon: 'example' },
|
|
28
|
-
children: [autoRouter[0]]
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
path: '/home',
|
|
32
|
-
name: 'home',
|
|
33
|
-
component: () => import('../views/layout/index'),
|
|
34
|
-
meta: { title: '首页', icon: 'example', affix: true,},
|
|
35
|
-
children: [{
|
|
36
|
-
path:'/',
|
|
37
|
-
component: () => import('../views/home/index'),
|
|
38
|
-
}],
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
path: '/callback',
|
|
42
|
-
name: 'callback',
|
|
43
|
-
meta: { title: '认证' },
|
|
44
|
-
component: ()=> import('../views/callback/index')
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
path: '/slienceAuth',
|
|
48
|
-
name: 'slienceAuth',
|
|
49
|
-
meta: {title: '静默授权'},
|
|
50
|
-
component: () => import("../views/slienceAuth/index")
|
|
51
|
-
}
|
|
52
|
-
]
|
|
53
|
-
|
|
54
|
-
const router = new VueRouter({
|
|
55
|
-
routes
|
|
56
|
-
})
|
|
57
|
-
|
|
58
|
-
export default router
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
import VueRouter from 'vue-router'
|
|
3
|
+
import autoRouter from '../automatically/router'
|
|
4
|
+
Vue.use(VueRouter)
|
|
5
|
+
|
|
6
|
+
const originalPush = VueRouter.prototype.push;
|
|
7
|
+
VueRouter.prototype.push = function push(location) {
|
|
8
|
+
return originalPush.call(this, location).catch(err => err)
|
|
9
|
+
}
|
|
10
|
+
const routes = [
|
|
11
|
+
{
|
|
12
|
+
path: '/redirect',
|
|
13
|
+
component: () => import('../views/layout/index'),
|
|
14
|
+
hidden: true,
|
|
15
|
+
children: [
|
|
16
|
+
{
|
|
17
|
+
path: '/redirect/:path(.*)',
|
|
18
|
+
component: () => import('@/views/redirect/index')
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
path: '/',
|
|
24
|
+
name: 'layout',
|
|
25
|
+
component: () => import('../views/layout/index'),
|
|
26
|
+
redirect: '/home', // 默认展示页面
|
|
27
|
+
meta: { title: '首页', icon: 'example' },
|
|
28
|
+
children: [autoRouter[0]]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
path: '/home',
|
|
32
|
+
name: 'home',
|
|
33
|
+
component: () => import('../views/layout/index'),
|
|
34
|
+
meta: { title: '首页', icon: 'example', affix: true,},
|
|
35
|
+
children: [{
|
|
36
|
+
path:'/',
|
|
37
|
+
component: () => import('../views/home/index'),
|
|
38
|
+
}],
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
path: '/callback',
|
|
42
|
+
name: 'callback',
|
|
43
|
+
meta: { title: '认证' },
|
|
44
|
+
component: ()=> import('../views/callback/index')
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
path: '/slienceAuth',
|
|
48
|
+
name: 'slienceAuth',
|
|
49
|
+
meta: {title: '静默授权'},
|
|
50
|
+
component: () => import("../views/slienceAuth/index")
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
|
|
54
|
+
const router = new VueRouter({
|
|
55
|
+
routes
|
|
56
|
+
})
|
|
57
|
+
|
|
58
|
+
export default router
|
package/src/router/permission.js
CHANGED
|
@@ -1,126 +1,126 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 登录判断
|
|
3
|
-
*/
|
|
4
|
-
import { getQuery } from "@/common/utils";
|
|
5
|
-
import { getToken } from "@/utils/auth"; // get token from cookie
|
|
6
|
-
import { getConfig } from "@/utils/global-config";
|
|
7
|
-
import { getLocalStorage, setLocalStorage } from "@/utils/localStorage";
|
|
8
|
-
import NProgress from "nprogress"; // progress bar
|
|
9
|
-
import "nprogress/nprogress.css"; // progress bar style
|
|
10
|
-
import Oidc from "oidc-client";
|
|
11
|
-
import { requestApi as HTTP } from "xs-request";
|
|
12
|
-
import router from "./index";
|
|
13
|
-
|
|
14
|
-
NProgress.configure({
|
|
15
|
-
showSpinner: false,
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
const curOrigin = window.location.origin;
|
|
19
|
-
const path = window.location.pathname;
|
|
20
|
-
const _redirect_uri = `${curOrigin}${path}#/callback`;
|
|
21
|
-
|
|
22
|
-
const id4config = {
|
|
23
|
-
authority: getConfig("ID4_AUTH"),
|
|
24
|
-
client_id: getConfig("CLIENT_ID"),
|
|
25
|
-
redirect_uri: _redirect_uri,
|
|
26
|
-
client_secret: getConfig("CLIENT_SECRET"),
|
|
27
|
-
response_type: "code",
|
|
28
|
-
scope: getConfig("ID4_SCOPE"),
|
|
29
|
-
response_mode: "query",
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
window.$mgr = new Oidc.UserManager(id4config);
|
|
33
|
-
// NProgress Configuration
|
|
34
|
-
const whiteList = ["/login", "/404", "/slienceAuth"]; // no redirect whitelist
|
|
35
|
-
router.beforeEach((to, from, next) => {
|
|
36
|
-
const clientId = getConfig("CLIENT_ID");
|
|
37
|
-
const title = getLocalStorage(`title_${clientId}`);
|
|
38
|
-
if (title) { // 此处只作用于 ucuser项目
|
|
39
|
-
beforeInPage(title);
|
|
40
|
-
} else {
|
|
41
|
-
HTTP.get("api.GetProject", {
|
|
42
|
-
clientId,
|
|
43
|
-
}).then((res) => {
|
|
44
|
-
setLocalStorage(
|
|
45
|
-
`title_${clientId}`,
|
|
46
|
-
{ title: res.data.title },
|
|
47
|
-
60 * 60 * 1000
|
|
48
|
-
);
|
|
49
|
-
beforeInPage(res.data);
|
|
50
|
-
});
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
const isLogin = getToken(); // title_js_ucmngvue 获取个项目token
|
|
55
|
-
const isLoginPage = whiteList.indexOf(to.path) !== -1; // 存在
|
|
56
|
-
if (to.path === '/home') {
|
|
57
|
-
if (window.parent !== window.self && window.name === 'qualityTestParty') {
|
|
58
|
-
next()
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
if (to.path === "/callback" || to.path === "/scan" || to.path === '/slienceAuth') next();
|
|
62
|
-
else if (isLogin && !isLoginPage) next();
|
|
63
|
-
// 登录 & 进入的不是登录页 => 不做处理
|
|
64
|
-
else if (!isLogin && isLoginPage) next();
|
|
65
|
-
// 没登录 & 在登录页 => 不做处理
|
|
66
|
-
else if (isLogin && isLoginPage) {
|
|
67
|
-
toTargetPage(to, next);
|
|
68
|
-
} // 登录 & 在登录页 => 跳转到目标页
|
|
69
|
-
else if (!isLogin && !isLoginPage) {
|
|
70
|
-
toLoginPage(to, next);
|
|
71
|
-
|
|
72
|
-
} // 没登录 & 没在登录页 => 跳转到登录页
|
|
73
|
-
});
|
|
74
|
-
|
|
75
|
-
router.afterEach(() => {
|
|
76
|
-
NProgress.done();
|
|
77
|
-
});
|
|
78
|
-
|
|
79
|
-
function beforeInPage(to, next) {
|
|
80
|
-
var url =
|
|
81
|
-
"https://id4lp194.365xs.cn/ucmng/ucvue/#/login?ReturnUrl=https%3A%2F%2Fid4lp194.365xs.cn%2Fucid4%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3Djs_localvue%26redirect_uri%3Dhttp%253A%252F%252Flocalhost%253A9528%252F%2523%252Fcallback%253Fredic_url%253D%252Fhome%26response_type%3Dcode%26scope%3Daimng%2520commng%2520cpmng%2520cvmng%2520erpmng%2520hkmng%2520mtmng%2520otmng%2520rcmng%2520ucmng%2520ucuser%2520openid%2520profile%26state%3D561cf219797d4e33b5db795975180886%26code_challenge%3DYO8UTivoEb6jRFH9SS213zH_exJ6z4FfhTnUqZlL6EU%26code_challenge_method%3DS256%26response_mode%3Dquery";
|
|
82
|
-
|
|
83
|
-
// start progress bar
|
|
84
|
-
NProgress.start();
|
|
85
|
-
// set page title
|
|
86
|
-
const title = getConfig("PROJECT_NAME_TEXT") || "Vue Admin Template";
|
|
87
|
-
const pageTitle = to.title;
|
|
88
|
-
document.title = pageTitle ? `${pageTitle}` : `${title}`;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
function toTargetPage(to, next) {
|
|
92
|
-
if (getConfig("ID4_LOGINTYPE")) {
|
|
93
|
-
next();
|
|
94
|
-
} else {
|
|
95
|
-
if (getConfig("NEW_LOGIN")) {
|
|
96
|
-
const redirectUrl = getQuery(to.fullPath, "redirect");
|
|
97
|
-
const isExtenalPage = redirectUrl.startsWith("http");
|
|
98
|
-
if (isExtenalPage) {
|
|
99
|
-
window.location = decodeURIComponent(redirectUrl);
|
|
100
|
-
} else {
|
|
101
|
-
next({ path: "/" });
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
function toLoginPage(to, next) {
|
|
108
|
-
// 使用 ID4 接管
|
|
109
|
-
if (getConfig("ID4_LOGINTYPE")) {
|
|
110
|
-
id4config.redirect_uri = `${id4config.redirect_uri}?redic_url=${to.path}`;
|
|
111
|
-
window.$mgr = new Oidc.UserManager(id4config);
|
|
112
|
-
|
|
113
|
-
window.$mgr.signinRedirect();
|
|
114
|
-
} else {
|
|
115
|
-
if (getConfig("NEW_LOGIN")) {
|
|
116
|
-
const redirectUrl = `${window.location.origin}${window.location.pathname}#/${to.path}`;
|
|
117
|
-
window.location = `${getConfig(
|
|
118
|
-
"USER_CENTER_URL"
|
|
119
|
-
)}/#/login?redirect=${redirectUrl}`
|
|
120
|
-
.replace(/\/{2}/gi, "/")
|
|
121
|
-
.replace(/(http:\/|https:\/)/gi, "$1/");
|
|
122
|
-
} else {
|
|
123
|
-
next(`/login?redirect=${to.path}`);
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* 登录判断
|
|
3
|
+
*/
|
|
4
|
+
import { getQuery } from "@/common/utils";
|
|
5
|
+
import { getToken } from "@/utils/auth"; // get token from cookie
|
|
6
|
+
import { getConfig } from "@/utils/global-config";
|
|
7
|
+
import { getLocalStorage, setLocalStorage } from "@/utils/localStorage";
|
|
8
|
+
import NProgress from "nprogress"; // progress bar
|
|
9
|
+
import "nprogress/nprogress.css"; // progress bar style
|
|
10
|
+
import Oidc from "oidc-client";
|
|
11
|
+
import { requestApi as HTTP } from "xs-request";
|
|
12
|
+
import router from "./index";
|
|
13
|
+
|
|
14
|
+
NProgress.configure({
|
|
15
|
+
showSpinner: false,
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
const curOrigin = window.location.origin;
|
|
19
|
+
const path = window.location.pathname;
|
|
20
|
+
const _redirect_uri = `${curOrigin}${path}#/callback`;
|
|
21
|
+
|
|
22
|
+
const id4config = {
|
|
23
|
+
authority: getConfig("ID4_AUTH"),
|
|
24
|
+
client_id: getConfig("CLIENT_ID"),
|
|
25
|
+
redirect_uri: _redirect_uri,
|
|
26
|
+
client_secret: getConfig("CLIENT_SECRET"),
|
|
27
|
+
response_type: "code",
|
|
28
|
+
scope: getConfig("ID4_SCOPE"),
|
|
29
|
+
response_mode: "query",
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
window.$mgr = new Oidc.UserManager(id4config);
|
|
33
|
+
// NProgress Configuration
|
|
34
|
+
const whiteList = ["/login", "/404", "/slienceAuth"]; // no redirect whitelist
|
|
35
|
+
router.beforeEach((to, from, next) => {
|
|
36
|
+
const clientId = getConfig("CLIENT_ID");
|
|
37
|
+
const title = getLocalStorage(`title_${clientId}`);
|
|
38
|
+
if (title) { // 此处只作用于 ucuser项目
|
|
39
|
+
beforeInPage(title);
|
|
40
|
+
} else {
|
|
41
|
+
HTTP.get("api.GetProject", {
|
|
42
|
+
clientId,
|
|
43
|
+
}).then((res) => {
|
|
44
|
+
setLocalStorage(
|
|
45
|
+
`title_${clientId}`,
|
|
46
|
+
{ title: res.data.title },
|
|
47
|
+
60 * 60 * 1000
|
|
48
|
+
);
|
|
49
|
+
beforeInPage(res.data);
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
const isLogin = getToken(); // title_js_ucmngvue 获取个项目token
|
|
55
|
+
const isLoginPage = whiteList.indexOf(to.path) !== -1; // 存在
|
|
56
|
+
if (to.path === '/home') {
|
|
57
|
+
if (window.parent !== window.self && window.name === 'qualityTestParty') {
|
|
58
|
+
next()
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
if (to.path === "/callback" || to.path === "/scan" || to.path === '/slienceAuth') next();
|
|
62
|
+
else if (isLogin && !isLoginPage) next();
|
|
63
|
+
// 登录 & 进入的不是登录页 => 不做处理
|
|
64
|
+
else if (!isLogin && isLoginPage) next();
|
|
65
|
+
// 没登录 & 在登录页 => 不做处理
|
|
66
|
+
else if (isLogin && isLoginPage) {
|
|
67
|
+
toTargetPage(to, next);
|
|
68
|
+
} // 登录 & 在登录页 => 跳转到目标页
|
|
69
|
+
else if (!isLogin && !isLoginPage) {
|
|
70
|
+
toLoginPage(to, next);
|
|
71
|
+
|
|
72
|
+
} // 没登录 & 没在登录页 => 跳转到登录页
|
|
73
|
+
});
|
|
74
|
+
|
|
75
|
+
router.afterEach(() => {
|
|
76
|
+
NProgress.done();
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
function beforeInPage(to, next) {
|
|
80
|
+
var url =
|
|
81
|
+
"https://id4lp194.365xs.cn/ucmng/ucvue/#/login?ReturnUrl=https%3A%2F%2Fid4lp194.365xs.cn%2Fucid4%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3Djs_localvue%26redirect_uri%3Dhttp%253A%252F%252Flocalhost%253A9528%252F%2523%252Fcallback%253Fredic_url%253D%252Fhome%26response_type%3Dcode%26scope%3Daimng%2520commng%2520cpmng%2520cvmng%2520erpmng%2520hkmng%2520mtmng%2520otmng%2520rcmng%2520ucmng%2520ucuser%2520openid%2520profile%26state%3D561cf219797d4e33b5db795975180886%26code_challenge%3DYO8UTivoEb6jRFH9SS213zH_exJ6z4FfhTnUqZlL6EU%26code_challenge_method%3DS256%26response_mode%3Dquery";
|
|
82
|
+
|
|
83
|
+
// start progress bar
|
|
84
|
+
NProgress.start();
|
|
85
|
+
// set page title
|
|
86
|
+
const title = getConfig("PROJECT_NAME_TEXT") || "Vue Admin Template";
|
|
87
|
+
const pageTitle = to.title;
|
|
88
|
+
document.title = pageTitle ? `${pageTitle}` : `${title}`;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
function toTargetPage(to, next) {
|
|
92
|
+
if (getConfig("ID4_LOGINTYPE")) {
|
|
93
|
+
next();
|
|
94
|
+
} else {
|
|
95
|
+
if (getConfig("NEW_LOGIN")) {
|
|
96
|
+
const redirectUrl = getQuery(to.fullPath, "redirect");
|
|
97
|
+
const isExtenalPage = redirectUrl.startsWith("http");
|
|
98
|
+
if (isExtenalPage) {
|
|
99
|
+
window.location = decodeURIComponent(redirectUrl);
|
|
100
|
+
} else {
|
|
101
|
+
next({ path: "/" });
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
function toLoginPage(to, next) {
|
|
108
|
+
// 使用 ID4 接管
|
|
109
|
+
if (getConfig("ID4_LOGINTYPE")) {
|
|
110
|
+
id4config.redirect_uri = `${id4config.redirect_uri}?redic_url=${to.path}`;
|
|
111
|
+
window.$mgr = new Oidc.UserManager(id4config);
|
|
112
|
+
|
|
113
|
+
window.$mgr.signinRedirect();
|
|
114
|
+
} else {
|
|
115
|
+
if (getConfig("NEW_LOGIN")) {
|
|
116
|
+
const redirectUrl = `${window.location.origin}${window.location.pathname}#/${to.path}`;
|
|
117
|
+
window.location = `${getConfig(
|
|
118
|
+
"USER_CENTER_URL"
|
|
119
|
+
)}/#/login?redirect=${redirectUrl}`
|
|
120
|
+
.replace(/\/{2}/gi, "/")
|
|
121
|
+
.replace(/(http:\/|https:\/)/gi, "$1/");
|
|
122
|
+
} else {
|
|
123
|
+
next(`/login?redirect=${to.path}`);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
package/src/store/getters.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
const getters = {
|
|
2
|
-
sidebar: state => state.app.sidebar,
|
|
3
|
-
device: state => state.app.device,
|
|
4
|
-
token: state => state.user.token,
|
|
5
|
-
avatar: state => state.user.avatar,
|
|
6
|
-
name: state => state.user.name,
|
|
7
|
-
widgetObj: state => state.widgetdata.widgetObj,
|
|
8
|
-
widgetMeta: state => state.widgetdata.meta,
|
|
9
|
-
menuList: state => state.app.menuList,
|
|
10
|
-
ossCfg: state => state.oss.ossCfg,
|
|
11
|
-
dic: state => state.dic.ask,
|
|
12
|
-
}
|
|
13
|
-
export default getters
|
|
1
|
+
const getters = {
|
|
2
|
+
sidebar: state => state.app.sidebar,
|
|
3
|
+
device: state => state.app.device,
|
|
4
|
+
token: state => state.user.token,
|
|
5
|
+
avatar: state => state.user.avatar,
|
|
6
|
+
name: state => state.user.name,
|
|
7
|
+
widgetObj: state => state.widgetdata.widgetObj,
|
|
8
|
+
widgetMeta: state => state.widgetdata.meta,
|
|
9
|
+
menuList: state => state.app.menuList,
|
|
10
|
+
ossCfg: state => state.oss.ossCfg,
|
|
11
|
+
dic: state => state.dic.ask,
|
|
12
|
+
}
|
|
13
|
+
export default getters
|